From a9ddc2d9ea402eaac7ccd8992387f77855968ab5 Mon Sep 17 00:00:00 2001 From: Mahati Chamarthy Date: Fri, 16 Oct 2015 18:18:33 +0530 Subject: [PATCH] Hyperlink fix to first contribution doc Change-Id: I19fc1abc89f888233b80a57c68a152c1c1758640 --- doc/source/first_contribution_swift.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/first_contribution_swift.rst b/doc/source/first_contribution_swift.rst index a1e3930cb6..632e1f3f0b 100644 --- a/doc/source/first_contribution_swift.rst +++ b/doc/source/first_contribution_swift.rst @@ -41,7 +41,7 @@ changes to Swift. Testing ------- -The `Development Guidelines `_ describes the testing +The :doc:`Development Guidelines ` describes the testing requirements before submitting Swift code. In summary, you can execute tox from the swift home directory (where you