Skip to content

Fix malformed audio link in mapstyle vs iterable docs - #8396

Open
seedaylight wants to merge 1 commit into
huggingface:mainfrom
seedaylight:fix-audio-link-docs
Open

Fix malformed audio link in mapstyle vs iterable docs#8396
seedaylight wants to merge 1 commit into
huggingface:mainfrom
seedaylight:fix-audio-link-docs

Conversation

@seedaylight

Copy link
Copy Markdown

What does this PR do?

Fixes a malformed link in docs/source/about_mapstyle_vs_iterable.mdx.

The audio guide link was written as [audio](./audio_load]) (a stray closing parenthesis inside the link target), so it resolved to a non-existent path. This PR removes the stray ) so the link points to the actual audio_load guide, consistent with the other links on the same line (tabular_load, nlp_load, image_load).

Remove a stray closing parenthesis in the audio guide link target,
which made the link resolve to a non-existent path.

Signed-off-by: Julian Lim <244760094+seedaylight@users.noreply.github.com>
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.

1 participant