Point to versioned guides in older changelogs - #793
Open
MattiasBuelens wants to merge 1 commit into
Open
Conversation
The "how-to guides" section was recently split into per-platform
guides (e.g. /how-to-guides/ads/google-ima/ moved to
/how-to-guides/{platform}/ads/google-ima/), which left several
changelog links pointing at pages that moved or no longer exist.
While fixing those, also make the versioned changelogs
(version-v7/v8/v9/v10) consistently link to the guide as it existed
for that version, instead of the current/unversioned guide:
- theoplayer/changelog.md: link the Google IMA "core library
desugaring" note directly to the relevant section on the
Android-specific guide.
- version-v10/changelog.md: point the network interceptor and Media3
guide links to their /v10/ counterparts.
- version-v9/changelog.md: point the Roku, LCEVC, Media3, Millicast,
and CMCD connector/guide links to their /v9/ counterparts, and fix
the iOS CMCD link that mistakenly pointed to the Android guide.
- version-v8/changelog.md: point the CMCD, LCEVC and connector guide
links to their /v8/ counterparts.
- version-v7/changelog.md: point the connector guide links to their
/v7/ counterparts.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
The "how-to guides" section was recently split into per-platform guides (e.g.
/how-to-guides/ads/google-ima/moved to/how-to-guides/{platform}/ads/google-ima/), which left several changelog links pointing at pages that moved or no longer exist.While fixing those, also make the versioned changelogs (version-v7/v8/v9/v10) consistently link to the guide as it existed for that version, instead of the current/unversioned guide:
theoplayer/changelog.md: link the Google IMA "core library desugaring" note directly to the relevant section on the Android-specific guide.version-v10/changelog.md: point the network interceptor and Media3 guide links to their /v10/ counterparts.version-v9/changelog.md: point the Roku, LCEVC, Media3, Millicast, and CMCD connector/guide links to their /v9/ counterparts, and fix the iOS CMCD link that mistakenly pointed to the Android guide.version-v8/changelog.md: point the CMCD, LCEVC and connector guide links to their /v8/ counterparts.version-v7/changelog.md: point the connector guide links to their /v7/ counterparts.