Skip to content

Conversation

@ranjitm2001
Copy link

Summary

This PR fixes broken xref links in the documentation by adding missing index pages and correcting xref syntax.

Changes

New Files

  • api/audio.adoc - Index page for Audio Model API (transcription and speech)
  • api/moderation.adoc - Index page for Moderation Model API

Fixed Files

  • nav.adoc - Fixed xref links to include .adoc extension for audio and moderation
  • index.adoc - Fixed xref link to include .adoc extension for moderation

Problem

The xref links for api/audio and api/moderation were pointing to directories instead of actual .adoc files, causing broken links in the generated Antora documentation.

Closes #1812

…oderation index pages

- Create api/audio.adoc as index page for Audio Model API
- Create api/moderation.adoc as index page for Moderation Model API
- Fix xref links in nav.adoc to include .adoc extension
- Fix xref link in index.adoc to include .adoc extension

These xref links were pointing to directories instead of .adoc files,
which caused broken links in the generated documentation.

Closes spring-projectsgh-1812

Signed-off-by: Ranjith Muniyappa <[email protected]>
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.

Fix Incorrect Image Path and Broken xref Links in Documentation

1 participant