diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-06-18 16:27:10 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-06-18 16:27:10 -0500 |
commit | 17d2ab82a86d49d3b296fef888ef644cc42ee623 (patch) | |
tree | fda192f67a70af0a7216847f13059622896b9523 | |
parent | ab559814d8c53d113b9a46d330246a37612d408a (diff) | |
download | Nim-17d2ab82a86d49d3b296fef888ef644cc42ee623.tar.gz |
fixed rst links
-rw-r--r-- | contributing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.rst b/contributing.rst index 74b15bf3f..31ffccced 100644 --- a/contributing.rst +++ b/contributing.rst @@ -1,7 +1,7 @@ The git stuff ============= -`Guide by github, scroll down a bit<https://guides.github.com/activities/contributing-to-open-source/>`_ +`Guide by github, scroll down a bit <https://guides.github.com/activities/contributing-to-open-source/>`_ Deprecation =========== @@ -23,7 +23,7 @@ Or you can simply use to mark a symbol as deprecated. Works for procs/types/vars/consts, etc. -`Deprecated pragma in the manual.<http://nim-lang.org/docs/manual.html#pragmas-deprecated-pragma>`_ +`Deprecated pragma in the manual. <http://nim-lang.org/docs/manual.html#pragmas-deprecated-pragma>`_ Writing tests ============= |