Fix dead link

This commit is contained in:
Drasko DRASKOVIC 2017-09-11 14:04:40 +02:00 committed by GitHub
parent b7c5f14236
commit b7863f171c
1 changed files with 2 additions and 4 deletions

View File

@ -47,7 +47,7 @@ Please adhere to the coding conventions used throughout a project (indentation,
accurate comments, etc.) and any other requirements (such as test coverage).
* Follow the [EffectiveGo](https://golang.org/doc/effective_go.html) styleguide
* Follow the [JavaScript](https://github.com/styleguide/javascript) styleguide
* Follow the [Google's JavaScript styleguide](https://google.github.io/styleguide/jsguide.html)
* Document new code based on the [Documentation Styleguide](#documentation-styleguide)
* End files with a newline
@ -185,6 +185,4 @@ For more details, see the [MAINTAINERS](MAINTAINERS) page.
## Documentation Styleguide
* Use [Markdown](https://daringfireball.net/projects/markdown)
* Use [Doxygen](https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html) documenting styleguide
* Specifficaly, use [JavaDoc](https://en.wikipedia.org/wiki/Javadoc) flavor
* See [Atomthreads](https://github.com/kelvinlawson/atomthreads/blob/master/kernel/atomkernel.c) project for fantastic example of code commenting
* Use [Godoc](https://blog.golang.org/godoc-documenting-go-code) for in-code documentation