From 7f84f6b4cab22c6eeeb4fb664c52bbb115b369a3 Mon Sep 17 00:00:00 2001 From: Name <44015907+FenFenGao@users.noreply.github.com> Date: Mon, 22 Oct 2018 00:56:01 +0800 Subject: [PATCH] contributing: fix an invalid link (#716) Just move a dot to the right place. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c14ed7021..580be1a40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -380,8 +380,8 @@ left). When doing so, it is courteous to give the original contributor credit for the work they started (either by preserving their name and email address in the commit log, or by using an `Author: ` meta-data tag in the commit. -_Adapted from the [Node.js contributing guide][node]_ +_Adapted from the [Node.js contributing guide][node]_. -[node]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md. +[node]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md [hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment [documentation test]: https://doc.rust-lang.org/rustdoc/documentation-tests.html