Skip to content

Commit

Permalink
Merge pull request #1431 from cityofaustin/16768_fix_vzv_links
Browse files Browse the repository at this point in the history
Fix Broken and old links in VZV and VZE
  • Loading branch information
roseeichelmann authored May 1, 2024
2 parents 5b98b79 + 87fc98b commit a450e47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions atd-vze/src/containers/DefaultLayout/DefaultFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class DefaultFooter extends Component {
</span>
<span className="ml-auto">
Powered by{" "}
<a href="https://transportation.austintexas.io/about/">
ATD Data & Technology Services
<a href="https://austinmobility.io/">
TPW Data & Technology Services
</a>
</span>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion atd-vzv/src/Components/Popover/popoverConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const popoverConfig = {
worth of property damage or any level of injury. For additional
reference, see{" "}
<a
href="https://ftp.dot.state.tx.us/pub/txdot-info/trf/crash_notifications/2018/crash-report-100.pdf"
href="https://ftp.txdot.gov/pub/txdot-info/trf/crash_notifications/2023/cr100-v27.0.pdf"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion atd-vzv/src/views/nav/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Footer = () => {
},
{
text: "Powered by Data & Technology Services",
url: "https://data.mobility.austin.gov/about/",
url: "https://austinmobility.io/",
},
{ text: <div className="version">v{pckg.version}</div> },
];
Expand Down

0 comments on commit a450e47

Please sign in to comment.