Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2023 08:34:36 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 84e11b2cc6 - main - Status/report-sample.adoc: Fix links redundancy
Message-ID:  <202303290834.32T8YaUM018368@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=84e11b2cc6dacef62bfbd4fbb126a58122a64f18

commit 84e11b2cc6dacef62bfbd4fbb126a58122a64f18
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-03-29 00:45:59 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-03-29 08:34:42 +0000

    Status/report-sample.adoc: Fix links redundancy
    
    When the text displayed and the url coincide in the link macro, it is
    not necessary to specify the url and square brackets can stay empty.
    
    Reported by:    dbaio
    Approved by:    dbaio (co-mentor)
    Differential Revision: https://reviews.freebsd.org/D39301
---
 website/static/status/report-sample.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/static/status/report-sample.adoc b/website/static/status/report-sample.adoc
index 913104fe3a..1e7e675a5e 100644
--- a/website/static/status/report-sample.adoc
+++ b/website/static/status/report-sample.adoc
@@ -1,8 +1,8 @@
 === Status Report Sample - This Will Become The Title
 
 Links: +
-link:http://www.example.com/project/url[Link description] URL: link:http://www.example.com/project/url[http://www.example.com/project/url] +
-link:http://www.example.com/other/url[Another link description] URL: link:http://www.example.com/other/url[http://www.example.com/other/url]
+link:http://www.example.com/project/url[Link description] URL: link:http://www.example.com/project/url[] +
+link:http://www.example.com/other/url[Another link description] URL: link:http://www.example.com/other/url[]
 
 Contact: Full Name <email@example.org>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303290834.32T8YaUM018368>