-
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 some 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 39.21% 39.21%
========================================
Files 780 780
Lines 35505 35505
Branches 5092 5293 +201
========================================
Hits 13923 13923
+ Misses 21016 20386 -630
- Partials 566 1196 +630
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Ouch, sorry about that. Fixes approved. |
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.
lgtm. a changelog would be nice
@sir-sigurd Are you just needing to add the CHANGELOG? |
…better loading/error visuals) (#4208) Co-authored-by: Alexei Mochalov <[email protected]>
…roxy (#4222) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dr. Ernie Prabhakar <[email protected]> Co-authored-by: Dr. Ernie Prabhakar <[email protected]>
…orkgroup` (#4217) Co-authored-by: Dr. Ernie Prabhakar <[email protected]>
…log (#4220) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexei Mochalov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.