git: 84e11b2cc6 - main - Status/report-sample.adoc: Fix links redundancy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 08:34:36 UTC
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>