diff options
-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 ============= |