fix: resolve broken internal links across the site#98
Merged
Conversation
- Fix /policies -> /about/policies in definitions page - Fix /events/events-activity/ -> /events/ in multiple event pages - Fix /about/projects/ -> /about/major-work-projects/ for project pages - Fix missing /publications/ prefix in calendaring-standards page - Fix broken caldav-and-carddav link in getting-started page - Fix trailing dot in tc-tester URL - Fix HTML tag leak in calconnect-xlvi page - Fix devguide glossary URLs (Appendix/Glossary -> resources/glossary) - Fix architecture PDF paths (add /docs/ prefix, copy missing file) - Fix JMAP spec URLs -> RFC 8984/9553 - Fix conference-fees and observer links in event pages Closes #38 Addresses issues from #60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes numerous broken internal links identified by the link checker and issue reports.
Changes
Wrong URL paths
/policies→/about/policiesin definitions page/events/events-activity/observers→/events/observersin multiple files/events/events-activity/.../participation-and-observer-fees→/events/conference-fees/about/projects/oasis-ws-calendar→/about/major-work-projects/oasis-ws-calendar/resources/caldav-and-carddav-and-carddav →/resources/caldav-and-carddavMissing path prefixes
/publications/prefix to PDF links in calendaring-standards page/docs/prefix to architecture PDF linksCalendaring Architecture.pdftodocs/architectures/DevGuide URL migration
devguide.calconnect.org/Appendix/Glossary/→devguide.calconnect.org/resources/glossary/Other fixes
</em>) in calconnect-xlvi pagelink:/paths to use liquid templaterelative_urlfilterCloses #38
Partially addresses #60