From 73ab3062abe1168505e477c0c1dfc618850d36cc Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 6 Feb 2016 13:33:53 +0200 Subject: [PATCH] Use rst links syntax (it's not a markdown) --- doc/tutorial/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 92f9ffba..ab212368 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -1,13 +1,15 @@ Servant tutorial ================ -This is an introductory tutorial to the current version of *servant*, which is **0.4**. Any comment or issue can be directed to [this website's issue tracker](http://github.com/haskell-servant/haskell-servant.github.io/issues). +This is an introductory tutorial to the current version of *servant*, which is +**0.4**. Any comment or issue can be directed to `this website's issue +tracker `_. Github ------- -- the servant packages: [haskell-servant/servant](https://github.com/haskell-servant/servant) -- the website (including this tutorial): [haskell-servant/haskell-servant.github.io](https://github.com/haskell-servant/haskell-servant.github.io/) +- the servant packages: `haskell-servant/servant `_ +- the website (including this tutorial): `haskell-servant/haskell-servant.github.io `_ - Feel free to use the issue tracker (or to send PRs!) on the website's repository to give feedback and suggestions about this tutorial Introduction