-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[HelpDot] Remove &
in links
#59248
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
[HelpDot] Remove &
in links
#59248
Conversation
Concierge reviewer checklist:
For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member? |
@amyevans @lydiabarclay One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we cann but I don't think that we should bother. those links work now and will work after redirect
No we don't need to do that. The redirects are transitive. will result in A -> C |
I know that you'll end up in the right place, but won't it take 2 redirects to get there? (Which is kind of wasteful / messy / maybe hurts SEO). I suppose I don't see the downside? |
Yes they will work but why not keep all references in the codebase consistent? It makes it easier to search down the line |
done 😄 |
docs/redirects.csv
Outdated
@@ -567,7 +567,7 @@ https://help.expensify.com/articles/expensify-classic/settings/account-settings/ | |||
https://help.expensify.com/articles/expensify-classic/connections/Additional-Travel-Integrations,https://help.expensify.com/articles/expensify-classic/connections/Travel-receipt-integrations | |||
https://help.expensify.com/articles/new-expensify/getting-started/Upgrade-to-a-Collect-Plan,https://help.expensify.com/Hidden/Upgrade-to-a-Collect-Plan | |||
https://help.expensify.com/articles/expensify-classic/bank-accounts-and-payments/payments/Reimburse-Reports-Invoices-and-Bills,https://help.expensify.com/articles/expensify-classic/bank-accounts-and-payments/payments/Reimburse-Reports | |||
https://help.expensify.com/articles/new-expensify/expenses-&-payments/pay-an-invoice.html,https://help.expensify.com/articles/new-expensify/expenses-&-payments/Pay-an-invoice | |||
https://help.expensify.com/articles/new-expensify/expenses-and-payments/pay-an-invoice.html,https://help.expensify.com/articles/new-expensify/expenses-and-payments/Pay-an-invoice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sourceURL
got updated on some of these 😅 which means the redirect won't work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
massive face palm 😅
fixing in 10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good!
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
🚀 Deployed to staging by https://github.com/amyevans in version: 9.1.21-0 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.1.21-3 🚀
|
&
in links does not work well with jekyll.Explanation of Change
Fixed Issues
$ https://expensify.slack.com/archives/C02QSAC6BJ8/p1743002695710339?thread_ts=1742938158.302839&cid=C02QSAC6BJ8
PROPOSAL:
Tests
cd docs && npm run createDocsRoutes && bundle exec jekyll serve --livereload --safe
Offline tests
QA Steps
PR Author Checklist
Screenshots/Videos
Screen.Recording.2025-03-27.at.19.27.25.mov