Skip to content

Commit 756bf5b

Browse files
authored
fix gateway docs url (#2941)
1 parent fd3452d commit 756bf5b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

examples/accelerators/tenstorrent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Additionally, the model is available via `dstack`'s control plane UI:
124124

125125
![](https://dstack.ai/static-assets/static-assets/images/dstack-tenstorrent-model-ui.png){ width=800 }
126126

127-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the service endpoint
127+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the service endpoint
128128
is available at `https://<run name>.<gateway domain>/`.
129129

130130
> Services support many options, including authentication, auto-scaling policies, etc. To learn more, refer to [Services](https://dstack.ai/docs/concepts/services).

examples/inference/nim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
107107

108108
</div>
109109

110-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
110+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
111111
is available at `https://gateway.<gateway domain>/`.
112112

113113
## Source code

examples/inference/sglang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
119119
```
120120
</div>
121121

122-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
122+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
123123
is available at `https://gateway.<gateway domain>/`.
124124

125125
## Source code

examples/inference/tgi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
111111

112112
</div>
113113

114-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
114+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
115115
is available at `https://gateway.<gateway domain>/`.
116116

117117
## Source code

examples/inference/trtllm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ $ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
360360

361361
</div>
362362

363-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
363+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
364364
is available at `https://gateway.<gateway domain>/`.
365365

366366
## Source code

examples/inference/vllm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
107107

108108
</div>
109109

110-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
110+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
111111
is available at `https://gateway.<gateway domain>/`.
112112

113113
## Source code

examples/llms/deepseek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
291291
```
292292
</div>
293293

294-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
294+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
295295
is available at `https://gateway.<gateway domain>/`.
296296

297297
## Fine-tuning

examples/llms/llama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
195195

196196
</div>
197197

198-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the service endpoint
198+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the service endpoint
199199
is available at `https://<run name>.<gateway domain>/`.
200200

201201
[//]: # (TODO: https://github.com/dstackai/dstack/issues/1777)

examples/llms/llama31/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ $ curl http://127.0.0.1:3000/proxy/models/main/chat/completions \
208208

209209
</div>
210210

211-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the OpenAI-compatible endpoint
211+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the OpenAI-compatible endpoint
212212
is available at `https://gateway.<gateway domain>/`.
213213

214214
[//]: # (TODO: How to prompting and tool calling)

examples/llms/llama32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $ curl http://127.0.0.1:3000/proxy/services/main/llama32/v1/chat/completions \
115115

116116
</div>
117117

118-
When a [gateway](https://dstack.ai/docs/concepts/gateways.md) is configured, the service endpoint
118+
When a [gateway](https://dstack.ai/docs/concepts/gateways/) is configured, the service endpoint
119119
is available at `https://<run name>.<gateway domain>/`.
120120

121121
[//]: # (TODO: https://github.com/dstackai/dstack/issues/1777)

0 commit comments

Comments
 (0)