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 doc URLs in catalog #4205

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Fix doc URLs in catalog #4205

wants to merge 4 commits into from

Conversation

sir-sigurd
Copy link
Member

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.

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.
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.69%. Comparing base (7972243) to head (35cf4e7).

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           
Flag Coverage Δ
api-python 91.09% <ø> (ø)
catalog 12.08% <ø> (ø)
lambda 87.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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`}
Copy link
Member Author

Choose a reason for hiding this comment

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

@drernie
Copy link
Member

drernie commented Oct 31, 2024

Ouch, sorry about that. Fixes approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants