Skip to content

docs: fix broken links across documentation guides#1374

Merged
akoumpa merged 1 commit intoNVIDIA-NeMo:mainfrom
chenopis:docs/fix-broken-links
Feb 25, 2026
Merged

docs: fix broken links across documentation guides#1374
akoumpa merged 1 commit intoNVIDIA-NeMo:mainfrom
chenopis:docs/fix-broken-links

Conversation

@chenopis
Copy link
Copy Markdown
Contributor

@chenopis chenopis commented Feb 24, 2026

Fix broken GitHub URLs and outdated file paths in documentation:

  • fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to
    NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1)
  • finetune.md: update recipe path (finetune.py → train_ft.py),
    fix example script path (examples/llm → examples/llm_finetune)
  • gemma3-3n.md: insert missing components/ directory in dataset paths
  • pipelining.md: fix all examples/llm/ references to examples/llm_finetune/
  • installation.md: fix example script path

Co-authored-by: Cursor cursoragent@cursor.com

What does this PR do ?

Fix 18 broken links across 5 documentation guides. These were identified via a broken link audit of the published docs at docs.nvidia.com/nemo/automodel/. The fixes fall into three categories:

  1. Wrong GitHub org/repo (NVIDIA/NeMo-AutomodelNVIDIA-NeMo/Automodel) in fp8-training.md
  2. Outdated directory paths after repo restructuring (examples/llm/examples/llm_finetune/, nemo_automodel/datasets/nemo_automodel/components/datasets/)
  3. Renamed files (nemo_automodel/recipes/llm/finetune.pytrain_ft.py)

Changelog

  • docs/guides/fp8-training.md: Fix GitHub org from NVIDIA/NeMo-Automodel to NVIDIA-NeMo/Automodel in 5 URLs; fix Llama subdirectory from llama/ to llama3_1/
  • docs/guides/llm/finetune.md: Update recipe link from finetune.py to train_ft.py; fix example script path from examples/llm/finetune.py to examples/llm_finetune/finetune.py
  • docs/guides/omni/gemma3-3n.md: Insert missing components/ directory in 2 dataset URLs (nemo_automodel/datasets/vlm/nemo_automodel/components/datasets/vlm/)
  • docs/guides/pipelining.md: Fix 7 occurrences of examples/llm/finetune.pyexamples/llm_finetune/finetune.py; fix 1 YAML config path (examples/llm/llama_3_2_1b_squad.yamlexamples/llm_finetune/llama3_2/llama3_2_1b_squad.yaml)
  • docs/guides/installation.md: Fix example script path from examples/llm/finetune.py to examples/llm_finetune/finetune.py

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?

If you haven't finished some of the above items you can still open "Draft" PR.

Additional Information

  • Related to # (issue)

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Feb 24, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Fix broken GitHub URLs and outdated file paths in documentation:
- fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to
  NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1)
- finetune.md: update recipe path (finetune.py → train_ft.py),
  fix example script path (examples/llm → examples/llm_finetune)
- gemma3-3n.md: insert missing components/ directory in dataset paths
- pipelining.md: fix all examples/llm/ references to examples/llm_finetune/
- installation.md: fix example script path

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Andrew Chen <andrewch@nvidia.com>
@chenopis chenopis force-pushed the docs/fix-broken-links branch from 57bd4d7 to 8b29063 Compare February 24, 2026 22:32
@akoumpa akoumpa added the docs-only With great power comes great responsibility. label Feb 25, 2026
@akoumpa
Copy link
Copy Markdown
Contributor

akoumpa commented Feb 25, 2026

/ok to test 8b29063

@akoumpa akoumpa enabled auto-merge (squash) February 25, 2026 16:46
@akoumpa akoumpa merged commit 561f61a into NVIDIA-NeMo:main Feb 25, 2026
31 checks passed
akoumpa pushed a commit that referenced this pull request Feb 25, 2026
Fix broken GitHub URLs and outdated file paths in documentation:
- fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to
  NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1)
- finetune.md: update recipe path (finetune.py → train_ft.py),
  fix example script path (examples/llm → examples/llm_finetune)
- gemma3-3n.md: insert missing components/ directory in dataset paths
- pipelining.md: fix all examples/llm/ references to examples/llm_finetune/
- installation.md: fix example script path

Signed-off-by: Andrew Chen <andrewch@nvidia.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
linnanwang pushed a commit that referenced this pull request Apr 24, 2026
Fix broken GitHub URLs and outdated file paths in documentation:
- fp8-training.md: correct org/repo from NVIDIA/NeMo-Automodel to
  NVIDIA-NeMo/Automodel, fix llama subdirectory (llama → llama3_1)
- finetune.md: update recipe path (finetune.py → train_ft.py),
  fix example script path (examples/llm → examples/llm_finetune)
- gemma3-3n.md: insert missing components/ directory in dataset paths
- pipelining.md: fix all examples/llm/ references to examples/llm_finetune/
- installation.md: fix example script path

Signed-off-by: Andrew Chen <andrewch@nvidia.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-only With great power comes great responsibility.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants