Discussion:
[PATCH] Fix URLs on the manpages.d.o FAQ page.
(too old to reply)
Anthony Bandy
2021-03-11 22:30:02 UTC
Permalink
Hi,

Below is a patch to fix the broken URLs on the
https://manpages.debian.org/faq.html page.

https://github.com/0x0aba/debian-assets/tree/bug960597

Fixes: #960597.

Kind regards,
Anthony

---
faq.tmpl | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/faq.tmpl b/faq.tmpl
index c221fa9..5f16917 100644
--- a/faq.tmpl
+++ b/faq.tmpl
@@ -13,7 +13,7 @@
a <code>dman</code> command which fetches pages from this site
dynamically. If you can't install the package directly for some
reason, you can also download and run
- the <a href="https://anonscm.debian.org/git/collab-maint/debian-goodies.git/plain/dman?id=19924c907a8b907eaea3c0d942c5ae780ef6111e">source
+ the <a href="https://salsa.debian.org/debian/debian-goodies/-/raw/master/dman">source
code</a>. Review the source before running to make sure it hasn't
been compromised!
</p>
@@ -73,12 +73,12 @@ need to be reported:
itself, <a href="https://github.com/Debian/debiman/pulls">pull
requests are welcome on Github</a>. If the problem is in the content
of one of those static pages, you may need to make changes to the
- <a href="https://anonscm.debian.org/git/srv-manpages/debian-assets.git/">static
+ <a href="https://salsa.debian.org/manpages-team/debian-assets">static
assets repository</a>. Pushing to that repository requires access to
the <code>srv-manpages</code> group, which is granted through a
- request on
- the <a href="https://alioth.debian.org/projects/srv-manpages/">Alioth
- project</a>. You can also simply send a patch by email on
+ request to join
+ the <a href="https://salsa.debian.org/manpages-team">manpages
+ group on Salsa</a>. You can also simply send a patch by email on
the <a href="https://lists.debian.org/debian-doc/">Debian
Documentation Mailing List</a> if this is a one-off change.
</p>
@@ -112,8 +112,8 @@ need to be reported:
platform for your own need. The source code
is <a href="https://github.com/Debian/debiman/">hosted on Github</a>
and the site-specific text for this site
- is <a href="https://anonscm.debian.org/git/srv-manpages/debian-assets.git/">hosted
- on Alioth</a>, which may be useful as an example of how to customize
+ is <a href="https://salsa.debian.org/manpages-team/debian-assets">hosted
+ on Salsa</a>, which may be useful as an example of how to customize
this text in your own instance.
</p>
--
2.20.1
Anthony Bandy
2021-03-14 12:00:02 UTC
Permalink
Hi,

I sent this to the debian-doc@ mailing list, but I forgot to send it
to the bug list. Apologies.

All the best,
Anthony

---------- Forwarded message ---------
From: Anthony Bandy <***@gmail.com>
Date: Thu, 11 Mar 2021 at 22:25
Subject: [PATCH] Fix URLs on the manpages.d.o FAQ page.
To: <debian-***@lists.debian.org>


Hi,

Below is a patch to fix the broken URLs on the
https://manpages.debian.org/faq.html page.

https://github.com/0x0aba/debian-assets/tree/bug960597

Fixes: #960597.

Kind regards,
Anthony

---
faq.tmpl | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/faq.tmpl b/faq.tmpl
index c221fa9..5f16917 100644
--- a/faq.tmpl
+++ b/faq.tmpl
@@ -13,7 +13,7 @@
a <code>dman</code> command which fetches pages from this site
dynamically. If you can't install the package directly for some
reason, you can also download and run
- the <a href="https://anonscm.debian.org/git/collab-maint/debian-goodies.git/plain/dman?id=19924c907a8b907eaea3c0d942c5ae780ef6111e">source
+ the <a href="https://salsa.debian.org/debian/debian-goodies/-/raw/master/dman">source
code</a>. Review the source before running to make sure it hasn't
been compromised!
</p>
@@ -73,12 +73,12 @@ need to be reported:
itself, <a href="https://github.com/Debian/debiman/pulls">pull
requests are welcome on Github</a>. If the problem is in the content
of one of those static pages, you may need to make changes to the
- <a href="https://anonscm.debian.org/git/srv-manpages/debian-assets.git/">static
+ <a href="https://salsa.debian.org/manpages-team/debian-assets">static
assets repository</a>. Pushing to that repository requires access to
the <code>srv-manpages</code> group, which is granted through a
- request on
- the <a href="https://alioth.debian.org/projects/srv-manpages/">Alioth
- project</a>. You can also simply send a patch by email on
+ request to join
+ the <a href="https://salsa.debian.org/manpages-team">manpages
+ group on Salsa</a>. You can also simply send a patch by email on
the <a href="https://lists.debian.org/debian-doc/">Debian
Documentation Mailing List</a> if this is a one-off change.
</p>
@@ -112,8 +112,8 @@ need to be reported:
platform for your own need. The source code
is <a href="https://github.com/Debian/debiman/">hosted on Github</a>
and the site-specific text for this site
- is <a href="https://anonscm.debian.org/git/srv-manpages/debian-assets.git/">hosted
- on Alioth</a>, which may be useful as an example of how to customize
+ is <a href="https://salsa.debian.org/manpages-team/debian-assets">hosted
+ on Salsa</a>, which may be useful as an example of how to customize
this text in your own instance.
</p>

--
2.20.1

Loading...