diff options
author | vsemozhetbyt <vsemozhetbyt@gmail.com> | 2016-04-22 04:11:03 +0300 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-04-22 08:35:39 -0700 |
commit | f6d90a912b8b29ab4d32c0892d1d501ebec509b0 (patch) | |
tree | 5e27028eb0d241c11040f2c89f1bcc36a92b2198 /CONTRIBUTING.md | |
parent | 84ebf2b40defe0f7a76e846edb4b872e1b4ad7fd (diff) | |
download | node-new-f6d90a912b8b29ab4d32c0892d1d501ebec509b0.tar.gz |
doc: fix a typo in the CONTRIBUTING.md
Delete a typo dot in the link to stability index.
PR-URL: https://github.com/nodejs/node/pull/6343
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bce91a3603..b9e495e9b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ and built upon. #### Respect the stability index The rules for the master branch are less strict; consult the -[stability index](./doc/api/documentation..md#stability-index) for details. +[stability index](./doc/api/documentation.md#stability-index) for details. In a nutshell, modules are at varying levels of API stability. Bug fixes are always welcome but API or behavioral changes to modules at stability level 3 |