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

Commit 0cf2183

Browse files
committed
fix broken links in README
1 parent a4d5789 commit 0cf2183

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Contribution & Using
9999
The project is on its very beginning, so any help is more than welcome
100100
and highly appreciated. If you’d like to take a part in the project
101101
growth and (or) have any questions – take a look at |DeveloperDocs| section,
102-
leave message at `theCore Telegram group`_, `mailing list`_ gitter_, contact me
102+
leave message at `theCore Telegram group`_, `mailing list`_, gitter_, contact me
103103
directly at [email protected], or simply check out `a list of theCore issues`_.
104104

105105
If you have any suggestions on theCore improvement or just
@@ -154,13 +154,13 @@ open some issues and we will do our best to handle this ASAP. Good luck!
154154
.. |Examples| replace:: Examples_
155155
.. |Platforms| replace:: Platforms_
156156
.. |Credits| replace:: Credits_
157-
.. |DeveloperDocs| replace:: DeveloperDocs_
157+
.. |DeveloperDocs| replace:: `Community guidelines`_
158158

159159
.. _Doxygen documentation: https://forgge.github.io/theCore/doxygen/
160160
.. _Roadmap: https://forgge.github.io/theCore/community.html#roadmap
161161
.. _Branching: https://forgge.github.io/theCore/community.html#brancing-model
162-
.. _Guides: https://forgge.github.io/theCore/guides.html
163-
.. _Examples: https://forgge.github.io/theCore/examples.html
164-
.. _Platforms: https://forgge.github.io/theCore/platforms.html
162+
.. _Guides: https://forgge.github.io/theCore/guides/index.html
163+
.. _Examples: https://forgge.github.io/theCore/examples/index.html
164+
.. _Platforms: https://forgge.github.io/theCore/platform/index.html
165165
.. _Credits: https://forgge.github.io/theCore/credits.html
166-
.. _DeveloperDocs: https://forgge.github.io/theCore/community.html
166+
.. _Community guidelines: https://forgge.github.io/theCore/community.html

dev/sdspi/export/dev/sdspi.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class sd_spi
6060

6161
private:
6262
// Return types.
63-
// Enums ommited, since it should be replaced
63+
// Enums omitted, since it should be replaced
6464
// with system-wide error flags
6565
static constexpr int sd_expired = -3; // Event expired
6666
static constexpr int sd_spi_err = -2; // SPI returns error

0 commit comments

Comments
 (0)