Commit d83eebe
authored
Fixes a small formatting error in the docs (#3887)
# Description
One of the links in the docs didn't have the correct syntax to render
correctly. A small fix to fix the syntax.
## Type of change
- Documentation update
## Screenshots
Before
<img width="1895" height="265" alt="image"
src="https://github.com/user-attachments/assets/f6db07a1-7302-4bbb-963e-d371c29259d5"
/>
After
<img width="1942" height="270" alt="image"
src="https://github.com/user-attachments/assets/c7f7fc40-64d8-4c9b-adaf-7c62736e65e3"
/>
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it
For example,
- [x] I have done this task
- [ ] I have not done this task
-->1 parent 64a97f2 commit d83eebe
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments