Fix external link syntax 67/13667/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 27 Nov 2018 09:00:33 +0000 (17:00 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 27 Nov 2018 09:06:31 +0000 (17:06 +0800)
We shouldn't be using :ref: for external links like this and is the
cause of the docs build failure we are seeing today.

Issue: RELENG-1518
Change-Id: I42bcaab4524b21e16e909d76ebdcea4476315350
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/jenkins-sandbox-cleanup-all-view-1e008fa0b38792a5.yaml

index 1ebb0df..a0e88db 100644 (file)
@@ -9,6 +9,6 @@ upgrade:
        successfully delete all jobs and views, the primary purpose of this job.
 fixes:
   - |
-    :ref:`RELENG-1450 <https://jira.linuxfoundation.org/browse/RELENG-1450>`_
+    `RELENG-1450 <https://jira.linuxfoundation.org/browse/RELENG-1450>`_
     All view disappears on Jenkins Sandbox after views are deleted. The **All**
     view is now recreated after ``delete-all`` is run.