Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit ff6891a

Browse files
committed
Quick fix of links in the readme file
1 parent 948997d commit ff6891a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The Core is highly configurable, straightforward C++ framework with minimum set of development dependencies. It aimed to reduce development efforts for embedded applications.
99
The main idea of The Core is to make as much as possible in the compile time. This affects the way how the device drivers and peripherals are represented. In fact, each driver is the template class that is instantiated with all the dependencies in a distinct type by user of The Core in compile-time.
1010

11-
You can check out more directly in the code of [the SPI driver](/blob/master/platform/stm32f4xx/export/platform/spi_bus.hpp) or [the USART bus](/blob/master/platform/stm32f4xx/export/platform/usart_bus.hpp).
11+
You can check out more directly in the code of [the SPI driver](platform/stm32f4xx/export/platform/spi_bus.hpp) or [the USART bus](platform/stm32f4xx/export/platform/usart_bus.hpp).
1212

1313
The project is at the initial stage. But something is already in there:
1414
- CMake-based build-system
@@ -75,7 +75,7 @@ The current documentation of The Core is completely stated in the code (as doxyg
7575
make core_doc
7676
```
7777

78-
in the build directory (see [units](#Unit tests)).
78+
in the build directory (see [units](#unit-tests)).
7979

8080
## License
8181

@@ -84,7 +84,6 @@ The source code is distributed under LGPL v3.0 License.
8484

8585
## Contribution & Using
8686

87-
The project is on its very beginning, so any help is more than welcome and highly appreciated. If you'd like to take a part in the project growth and (or) have any questions – feel free to email me at [email protected], leave message at [gitter](https://gitter.im/forGGe/theCore) or simply check out [a list of issues](/issues). If you have any suggestions on The Core improvement or just like it how it is, don’t keep silence! I’ll be happy to read your reviews.
87+
The project is on its very beginning, so any help is more than welcome and highly appreciated. If you'd like to take a part in the project growth and (or) have any questions – feel free to email me at [email protected], leave message at [gitter](https://gitter.im/forGGe/theCore) or simply check out [a list of issues](https://github.com/forGGe/theCore/issues). If you have any suggestions on The Core improvement or just like it how it is, don’t keep silence! I’ll be happy to read your reviews.
8888

8989
You are welcome to use The Core in your own projects. If there is something that it’s not enough for this, please let me know via email or open some issues and we will do our best to handle this ASAP. Good luck!
90-

0 commit comments

Comments
 (0)