Skip to content

Commit f36113c

Browse files
authored
docs(ai): fix incorect pipeline image urls (#586)
This commit fixes incorrect image urls in the pipeline documentation mermaid graphs.
1 parent 938abb2 commit f36113c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ai/pipelines/image-to-image.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ pipeline.
1616

1717
```mermaid
1818
graph LR
19-
A[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat.png" alt="Image of cool cat"/></div>] --> B[Gateway]
19+
A[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat.png" alt="Image of cool cat"/></div>] --> B[Gateway]
2020
E["A hat"] --> B
2121
B --> C[Orchestrator]
2222
C --> B
23-
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat-hat.png" alt="Image of cool cat with hat"/></div>]
23+
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat-hat.png" alt="Image of cool cat with hat"/></div>]
2424
```
2525

2626
</div>

ai/pipelines/image-to-video.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ pipeline.
1818
graph LR
1919
A[
2020
<div style="width: 200px;">
21-
<img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat-hat.png" alt="Image of cool cat with hat"/>
21+
<img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat-hat.png" alt="Image of cool cat with hat"/>
2222
</div>
2323
] --> B[Gateway]
2424
B --> C[Orchestrator]
2525
C --> B
26-
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat-hat-moving.gif" alt="Animated image of cool cat with hat"/></div>]
26+
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat-hat-moving.gif" alt="Animated image of cool cat with hat"/></div>]
2727
```
2828

2929
</div>

ai/pipelines/text-to-image.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ graph LR
1919
A["A cool cat on the beach"] --> B[Gateway]
2020
B --> C[Orchestrator]
2121
C --> B
22-
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat.png" alt="Image of cool cat"/></div>]
22+
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat.png" alt="Image of cool cat"/></div>]
2323
```
2424

2525
</div>

ai/pipelines/upscale.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ pipeline, it enhances the resolution of input images by a factor of 4.
1515

1616
```mermaid
1717
graph LR
18-
A[<div style="width: 128px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat-low-res.png" alt="Image of low resolution cat"/></div>] --> B[Gateway]
18+
A[<div style="width: 128px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat-low-res.png" alt="Image of low resolution cat"/></div>] --> B[Gateway]
1919
P[A white cat wearing sunglasses on the beach] --> B
2020
B --> C[Orchestrator]
2121
C --> B
22-
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36-ai-video/images/ai/cool-cat.png" alt="Image of high resolution cat"/></div>]
22+
B --> D[<div style="width: 200px;"><img src="https://mintlify.s3-us-west-1.amazonaws.com/na-36/images/ai/cool-cat.png" alt="Image of high resolution cat"/></div>]
2323
```
2424

2525
</div>

0 commit comments

Comments
 (0)