Skip to content

Commit 923147b

Browse files
authored
[Doc] Fix internal links so they don't always point to latest (#20563)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent 45877ef commit 923147b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features/structured_outputs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ As an example, we can use to define a specific format of simplified SQL queries:
157157
print(completion.choices[0].message.content)
158158
```
159159

160-
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
160+
See also: [full example](../examples/online_serving/structured_outputs.md)
161161

162162
## Reasoning Outputs
163163

@@ -200,7 +200,7 @@ Note that you can use reasoning with any provided structured outputs feature. Th
200200
print("content: ", completion.choices[0].message.content)
201201
```
202202

203-
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
203+
See also: [full example](../examples/online_serving/structured_outputs.md)
204204

205205
## Experimental Automatic Parsing (OpenAI API)
206206

@@ -325,4 +325,4 @@ shown below:
325325
print(outputs[0].outputs[0].text)
326326
```
327327

328-
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html)
328+
See also: [full example](../examples/online_serving/structured_outputs.md)

0 commit comments

Comments
 (0)