Unverified Commit 923147b5 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Doc] Fix internal links so they don't always point to latest (#20563)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 45877ef7
...@@ -157,7 +157,7 @@ As an example, we can use to define a specific format of simplified SQL queries: ...@@ -157,7 +157,7 @@ As an example, we can use to define a specific format of simplified SQL queries:
print(completion.choices[0].message.content) print(completion.choices[0].message.content)
``` ```
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html) See also: [full example](../examples/online_serving/structured_outputs.md)
## Reasoning Outputs ## Reasoning Outputs
...@@ -200,7 +200,7 @@ Note that you can use reasoning with any provided structured outputs feature. Th ...@@ -200,7 +200,7 @@ Note that you can use reasoning with any provided structured outputs feature. Th
print("content: ", completion.choices[0].message.content) print("content: ", completion.choices[0].message.content)
``` ```
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html) See also: [full example](../examples/online_serving/structured_outputs.md)
## Experimental Automatic Parsing (OpenAI API) ## Experimental Automatic Parsing (OpenAI API)
...@@ -325,4 +325,4 @@ shown below: ...@@ -325,4 +325,4 @@ shown below:
print(outputs[0].outputs[0].text) print(outputs[0].outputs[0].text)
``` ```
See also: [full example](https://docs.vllm.ai/en/latest/examples/online_serving/structured_outputs.html) See also: [full example](../examples/online_serving/structured_outputs.md)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment