Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Broken and old links in VZV and VZE #1431

Merged
merged 2 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋

<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