From: Thanh Ha Date: Tue, 27 Nov 2018 09:00:33 +0000 (+0800) Subject: Fix external link syntax X-Git-Tag: v0.28.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=831ae55597569844134f30d136c2e451d32fe097;p=releng%2Fglobal-jjb.git Fix external link syntax 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 --- diff --git a/releasenotes/notes/jenkins-sandbox-cleanup-all-view-1e008fa0b38792a5.yaml b/releasenotes/notes/jenkins-sandbox-cleanup-all-view-1e008fa0b38792a5.yaml index 1ebb0df6..a0e88db9 100644 --- a/releasenotes/notes/jenkins-sandbox-cleanup-all-view-1e008fa0b38792a5.yaml +++ b/releasenotes/notes/jenkins-sandbox-cleanup-all-view-1e008fa0b38792a5.yaml @@ -9,6 +9,6 @@ upgrade: successfully delete all jobs and views, the primary purpose of this job. fixes: - | - :ref:`RELENG-1450 `_ + `RELENG-1450 `_ All view disappears on Jenkins Sandbox after views are deleted. The **All** view is now recreated after ``delete-all`` is run.