Open
Conversation
MattiasBuelens
commented
Mar 6, 2026
| ### 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. |
Collaborator
Author
There was a problem hiding this comment.
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. 😉
Contributor
|
FabienLavocat
approved these changes
Mar 6, 2026
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.
#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.