-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[chore] Refresh refcache, fix external links with invalid fragments #6206
base: main
Are you sure you want to change the base?
[chore] Refresh refcache, fix external links with invalid fragments #6206
Conversation
chalin
commented
Feb 4, 2025
•
edited
Loading
edited
- Contributes to [chore] Ensure that external link fragments are valid #6196
- Refreshes the refcache, in particular by validating external links with fragments. Such valid links now have status 21X in the refcache file, so that I can differentiate them from links that haven't had their fragments validated yet. The PR includes only some updates, more are to come, but it touched enough files across SIGs that it seemed like enough of an increment to submit a PR for.
- Marks external URLs with yet-to-be-validated fragments with 204 status
- Note that might squash some of the commits of this PR before merging, but it isn't really necessary since PRs are merge-squashed anyways. There are lots of "w" (for WIP) commits because I made the link updates incrementally.
docs: https://developer.cisco.com/docs/nso/#!observability-exporter/ | ||
docs: https://developer.cisco.com/docs/nso/observability-exporter/ |
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.
@svrnm - is this change ok?
9a45590
to
9c29b82
Compare
9c29b82
to
b47bfc9
Compare
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.
RSLGTM.
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.
Ruby file update looks good.
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.
.NET part LGTM
b47bfc9
to
e432547
Compare
e432547
to
d2d1fc6
Compare
@jack-berg @jaydeluca - apply the changes you suggested. PTAL and approve for the Java folks. Thx |
e0335e7
to
65867d1
Compare