Skip to content

Fix links within THEOlive docs#548

Open
MattiasBuelens wants to merge 3 commits intomainfrom
theolive-fix-links
Open

Fix links within THEOlive docs#548
MattiasBuelens wants to merge 3 commits intomainfrom
theolive-fix-links

Conversation

@MattiasBuelens
Copy link
Collaborator

#547 moved the THEOlive v1 docs to theolive_versioned_docs/version-v1. However, there were quite a few articles that used an absolute path (e.g. /theolive/getting-started) which now resolves to a v2 doc (instead of a v1 doc).

Change those links to relative paths (e.g. ../../getting-started.mdx), so they resolve to the correct version.

@MattiasBuelens MattiasBuelens requested a review from a team as a code owner March 6, 2026 14:19
### Channel alias

Geo-blocking can also be done on a [channel alias](/theolive/platform/multi-channel) using the specified channel alias [endpoint](/theolive/api/channels/update-channel-alias) or via the console.
Geo-blocking can also be done on a [channel alias](../multi-channel.md) using the specified channel alias [endpoint](/theolive/api/channels/update-channel-alias) or via the console.
Copy link
Collaborator Author

@MattiasBuelens MattiasBuelens Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are V1 APIs that do not have an equivalent V2 API. For example, update-channel-alias only exists in V1. Hence, this V2 doc still (incorrectly) links to a V1 API.

@jeroentempels-dolby I assume that these docs will eventually be rewritten for V2? One trick you can use to quickly find still-to-be-fixed Markdown links is to grep for ](/theolive/ across the repo. 😉

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://THEOplayer.github.io/documentation/pr-preview/pr-548/

Built to branch gh-pages at 2026-03-06 14:24 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants