From b7863f171ca03d724baba51d3cc1539ecee4c4c1 Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Mon, 11 Sep 2017 14:04:40 +0200 Subject: [PATCH] Fix dead link --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50f884dc..576ee4bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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