Skip to content

Commit e6b5d43

Browse files
authored
docs: Fix broken links in README and CONTRIBUTING (#390)
1 parent 038956e commit e6b5d43

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ If all tests passed, then you should be good to get started with the development
4040
The repository is home to flexible Python modules, sample scripts, tests, and more.
4141
Here is a brief overview of where everything lives:
4242

43-
- [docker](docker/) - Dockerfiles to build NeMo with NeMo Run.
4443
- [docs](docs/) - Walkthroughs and guides the library.
4544
- [examples](examples/) - Examples for how users may want to use NeMo Run.
46-
- [src](src/) -
47-
- [nemo_run](src/nemo_run/) - The source code for NeMo Run.
45+
- [nemo_run](nemo_run/) - The source code for NeMo Run.
4846
- [test](test/) - Unit tests.
4947

5048
## Examples and Documentation
@@ -65,7 +63,7 @@ Run the following commands to switch to the project documentation folder and gen
6563

6664
```sh
6765
cd docs/
68-
uv run --group docs sphinx-build source/ _build/html
66+
uv run --group docs sphinx-build . _build/html
6967
```
7068

7169
The resulting HTML files are generated in a `_build/html` folder created under the project `docs/` folder.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ You can find the tutorial series below:
106106
Please see the [contribution guide](./CONTRIBUTING.md) to contribute to NeMo Run.
107107

108108
## FAQs
109-
Please find a list of frequently asked questions [here](./docs/source/faqs.md).
109+
Please find a list of frequently asked questions [here](./docs/faqs.md).

0 commit comments

Comments
 (0)