-
Notifications
You must be signed in to change notification settings - Fork 90
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 doc URLs in catalog #4205
base: master
Are you sure you want to change the base?
Fix doc URLs in catalog #4205
Conversation
It looks like URLs were changed by c5edede. There are redirects to new locations but URL fragment is not preserved after redirect. This change is mostly to fix URLs with fragments, others are updated for uniformity.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4205 +/- ##
=======================================
Coverage 37.69% 37.69%
=======================================
Files 768 768
Lines 35317 35317
Branches 5215 5215
=======================================
Hits 13313 13313
Misses 20769 20769
Partials 1235 1235
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -167,7 +167,7 @@ const defaultHandlers: ErrorHandler[] = [ | |||
<br /> | |||
<StyledLink | |||
target="_blank" | |||
href={`${docs}/walkthrough/working-with-the-catalog#access-control`} | |||
href={`${docs}/quilt-platform-administrator/admin#users-and-roles`} |
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.
this anchor was broken in 2c1aec8#diff-c83d883e5d164b4035b039bb964282da0e39d8bafa72e2b193cd6760d8b976b1
I'm not sure if it should refer to the old place: https://docs.quiltdata.com/quilt-platform-catalog-user/working-with-the-catalog#admin-ui
Ouch, sorry about that. Fixes approved. |
It looks like URLs were changed by c5edede. There are redirects to new locations but URL fragment is not preserved after redirect.
This change is mostly to fix URLs with fragments, others are updated for uniformity.