From 3a2e918ccfc72b06564dbf41aecff25eb9725da0 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Mon, 25 Jul 2016 16:26:38 +0900 Subject: [PATCH] =doc fix .rst syntax (#21032) `[text](http://example.com)` is markdown syntax, not rst --- akka-docs/rst/project/issue-tracking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/project/issue-tracking.rst b/akka-docs/rst/project/issue-tracking.rst index 7a68465e63..98406eaa68 100644 --- a/akka-docs/rst/project/issue-tracking.rst +++ b/akka-docs/rst/project/issue-tracking.rst @@ -19,7 +19,7 @@ have reproducible test cases that you can share. Roadmaps ^^^^^^^^ -Short and long-term plans are published in the [akka/akka-meta](https://github.com/akka/akka-meta/issues) repository. +Short and long-term plans are published in the `akka/akka-meta `_ repository. Creating tickets ---------------- @@ -37,7 +37,7 @@ Submitting Pull Requests .. note:: *A pull request is worth a thousand +1's.* -- Old Klangian Proverb Pull Requests fixing issues or adding functionality are very welcome. -Please read [CONTRIBUTING.md](https://github.com/akka/akka/blob/master/CONTRIBUTING.md) for +Please read `CONTRIBUTING.md `_ for more information about contributing to Akka.