Skip to content

Commit c069f92

Browse files
docs: fix broken nemo-gym Core Components link
The link in nemo-gym-integration.md pointed at docs.nvidia.com/nemo/gym/latest/about/concepts/core-components.html which returns 404. The page is actually served at docs.nvidia.com/nemo/gym/about/core-components (no /latest/, no /concepts/) per the gym docs sitemap. Update the source link instead of suppressing it via the linkcheck false-positives walkaround. Signed-off-by: Zhiyu Li <zhiyul@NVIDIA.com>
1 parent fff691d commit c069f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design-docs/nemo-gym-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sequenceDiagram
181181
GRPO->>Policy: Compute loss and train
182182
```
183183

184-
> **NeMo Gym server types** (see [Core Components](https://docs.nvidia.com/nemo/gym/latest/about/concepts/core-components.html)):
184+
> **NeMo Gym server types** (see [Core Components](https://docs.nvidia.com/nemo/gym/about/core-components)):
185185
> - **Agent Server**: Orchestrates the rollout loop
186186
> - **Model Server**: HTTP proxy to vLLM; translates Responses API ↔ Chat Completions
187187
> - **Resource Server**: Provides tools and rewards

0 commit comments

Comments
 (0)