diff options
| author | Szymon Janc <[email protected]> | 2023-07-10 12:12:26 +0200 |
|---|---|---|
| committer | Szymon Janc <[email protected]> | 2023-07-10 12:12:26 +0200 |
| commit | 4b59cb9a2003aae67f607c441d1b9e8428ffe237 (patch) | |
| tree | 2aa9231d6693f56e57dd247bedf18ae40b129eab /docs | |
| parent | f1e006d09bd32088ab421d0b519eb89c531eda4e (diff) | |
Fix documentation symlinks
There were typos in symlinks target names resulting in following
warrning on checkout (at least in Mynewt newt tool):
* Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory
* Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory
Diffstat (limited to 'docs')
| l--------- | docs/contributing/code_of_conduct.rst | 2 | ||||
| l--------- | docs/info/contributors.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/code_of_conduct.rst b/docs/contributing/code_of_conduct.rst index 82627099f..b52bf14c5 120000 --- a/docs/contributing/code_of_conduct.rst +++ b/docs/contributing/code_of_conduct.rst @@ -1 +1 @@ -../../CODE_OF_CONDUCT.rst +../../CODE_OF_CONDUCT.rst
\ No newline at end of file diff --git a/docs/info/contributors.rst b/docs/info/contributors.rst index 02608919f..b3748ccb5 120000 --- a/docs/info/contributors.rst +++ b/docs/info/contributors.rst @@ -1 +1 @@ -../../CONTRIBUTORS.rst +../../CONTRIBUTORS.rst
\ No newline at end of file |
