Skip to content

Commit e922e9d

Browse files
hyperlint-ai[bot]pedrosousa
authored andcommitted
[AIG, Ref Arch] Hyperlint Automation: Broken Link Fixes (#19878)
--------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Pedro Sousa <[email protected]>
1 parent bc71efc commit e922e9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/ai-gateway/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ View metrics such as the number of requests, tokens, and the cost it takes to ru
3737

3838
</Feature>
3939

40-
<Feature header="Logging" href="/ai-gateway/observability/analytics/#logging" cta="View Logging">
40+
<Feature header="Logging" href="/ai-gateway/observability/logging/" cta="View Logging">
4141

4242
Gain insight on requests and errors.
4343

src/content/docs/reference-architecture/diagrams/ai/ai-multivendor-observability-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following architecture illustrates the setup of [AI Gateway](/ai-gateway/) a
3838
![Figure 1: Multi-vendor AI architecture](~/assets/images/reference-architecture/ai-multivendor-observability-control/ai-multi-vendor-observability-control.svg "Multi-vendor AI architecture")
3939

4040
1. **Inference request**: Send POST request to your AI gateway.
41-
2. **Request proxying**: Forward `POST` request to AI Inference provider or serve response from [cache, if enabled and available](/ai-gateway/configuration/caching). During this process, both [analytics](/ai-gateway/observability/analytics/) and [logs](/ai-gateway/observability/analytics/#logging) are collected. Additionally, controls such as Rate Limiting are enforced.
41+
2. **Request proxying**: Forward `POST` request to AI Inference provider or serve response from [cache, if enabled and available](/ai-gateway/configuration/caching). During this process, both [analytics](/ai-gateway/observability/analytics/) and [logs](/ai-gateway/observability/logging/) are collected. Additionally, controls such as Rate Limiting are enforced.
4242
3. **Error handling**: In case of errors, retry request or fallback to other inference provider, depending on configuration.
4343

4444
## Related resources

src/content/docs/reference-architecture/diagrams/ai/ai-video-caption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The process begins with capturing the audio from the video source, which is then
2929
![Figure 1: Automatic captioning on upload](~/assets/images/reference-architecture/ai-auto-caption-architecture-diagrams/ai-auto-caption-architecture-diagram.svg "Figure 1: Automatic captioning on upload")
3030

3131
1. **Client upload**: Send POST request with both video and audio to API endpoint.
32-
2. **Audio transcription**: Generate timestamped transcriptions by calling [Workers AI](/workers-ai/) [automatic speech recognition (ARS) model](/workers-ai/models/#automatic-speech-recognition) with audio as input. Use [Workers](/workers/) to convert the output to a supported subtitled format.
32+
2. **Audio transcription**: Generate timestamped transcriptions by calling [Workers AI](/workers-ai/) [automatic speech recognition (ARS) model](/workers-ai/models/) with audio as input. Use [Workers](/workers/) to convert the output to a supported subtitled format.
3333
3. **Store subtitles**: Store the subtitle file(s) on [R2](/r2/).
3434
4. **Store video**: Store the video files on [R2](/r2/).
3535
5. **Client request**: Send GET requests for video and subtitle(s) to origin. Use global [Cache](/cache/) to increase performance.
@@ -38,5 +38,5 @@ The process begins with capturing the audio from the video source, which is then
3838
## Related resources
3939

4040
- [Community project: automatic captioning demo](https://auto-caption.pages.dev/)
41-
- [Workers AI: Automatic speech recognition (ARS) model](/workers-ai/models/#automatic-speech-recognition)
41+
- [Workers AI: Automatic speech recognition (ARS) model](/workers-ai/models/)
4242
- [R2: Object storage for all your data](/r2/)

0 commit comments

Comments
 (0)