Skip to content

Commit d25ff02

Browse files
authored
Cosmetic changes (#3)
Links were not working
1 parent ec0c0ac commit d25ff02

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ In a typical setup:
4040

4141
```bash
4242
cmake -S . -B build \
43-
-DCMAKE_PREFIX_PATH="<path_to_adept_installation>;<other_paths_to dependencies>"
43+
-DCMAKE_PREFIX_PATH="<path_to_adept_installation>;<other_prefixes>"
44+
4445
cmake --build build -- -j
4546
```
4647

47-
Individual example targets will appear under build/examples/<name>/.
48+
Individual example targets will appear under `build/examples/<name>/`.
4849

4950
For details, follow the documentation of each example.
5051

@@ -70,9 +71,9 @@ For details, follow the documentation of each example.
7071
Contributions of new examples are welcome!
7172
Please follow the steps and documentation guidelines described in:
7273

73-
👉 docs/example_template.md
74+
👉 [`docs/example_template.md`](docs/example_template.md)
7475

75-
Also see the project’s CONTRIBUTING.md for coding style and workflow.
76+
Also see the project’s [`CONTRIBUTING.md`](CONTRIBUTING.md) for coding style and workflow.
7677

7778
---
7879

@@ -81,4 +82,4 @@ Also see the project’s CONTRIBUTING.md for coding style and workflow.
8182
- Code in this repository is licensed under Apache-2.0
8283
- Documentation is licensed under CC-BY-4.0
8384

84-
See LICENSE and LICENSES/ for details.
85+
See [`LICENSE`](LICENSE) and [`LICENSES/`](LICENSES/) for details.

0 commit comments

Comments
 (0)