Skip to content

Commit 04b8e6c

Browse files
Update example README.md (#12)
- remove links to online contents This file is also part of the prebuilt documentation.
1 parent e488ad4 commit 04b8e6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This project prints "Hello World" and a counter value via the UART output. It is
1313

1414
### Packs
1515

16-
- Required packs are listed in the file [`retarget.csolution.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.csolution.yml)
16+
- Required packs are listed in the file `retarget.csolution.yml`
1717

1818
## Project Structure
1919

2020
The project is generated using the [CMSIS-Toolbox](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/Overview.md) and is defined in [`csolution`](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/YML-Input-Format.md) format:
2121

22-
- [`retarget.csolution.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.csolution.yml) lists the required packs and defines the hardware target and build-types (along with the compiler).
23-
- [`retarget.cproject.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.cproject.yml) defines the source files and the software components.
22+
- `retarget.csolution.yml` lists the required packs and defines the hardware target and build-types (along with the compiler).
23+
- `retarget.cproject.yml` defines the source files and the software components.
2424

2525
## Build Project
2626

0 commit comments

Comments
 (0)