-
Notifications
You must be signed in to change notification settings - Fork 9.1k
3.2.1: fix link to Appendix F #4973
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
base: v3.2-dev
Are you sure you want to change the base?
Conversation
char0n
commented
Sep 19, 2025
- schema changes are included in this pull request
- schema changes are needed for this pull request but not done yet
- no schema changes are needed for this pull request
Signed-off-by: Vladimir Gorej <[email protected]>
@char0n Thanks for finding this! |
Needs forward-porting to |
@OAI/tsc Do we want to fix this on |
@char0n You probably need to enable actions in your fork for the required status checks to run. |
@ralfhandl We have several precedents for fixing broken links on main (including fixing all TOC links in all versions at some point), so yes, we should do this on main for 3.2.0. The TSC ruled that fixing a broken link is not a change to content back when we debated what to do about the broken TOC links. |
The subtle difference is that we "fixed" broken links in the past by special code in the Which I do not want to do here. |
@ralfhandl While some past breakages have been fixed that way, numerous others have not (the IETF kept breaking their own links for a while and we had to fix them, and there was some other breakage that was also directly done on main). Futhermore, the TSC decision was made when I had re-posted Mike Ralphson's PR to manually change the links. We later figured out an automated way, but that wasn't a requirement for the decision, particularly as we already had precedent for fixing other breakages. Please, we already spent a very long time on this a couple of years ago, let's just fix the links, we already hae done this repeatedly. |