diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-06 21:14:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-06 21:14:19 +0000 |
commit | cf56f31e09021afe6a6f964e8a150cba876881f8 (patch) | |
tree | 34364e3e6a8e17d28cb01c2f8f6cd465504d1f0e /templates | |
parent | 1d395074e58e0e2ee20da6f1560eaf895b87dba6 (diff) | |
download | pkgsrc-cf56f31e09021afe6a6f964e8a150cba876881f8.tar.gz |
In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.pkg | 6 | ||||
-rw-r--r-- | templates/README.top | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index 8b5e2c7fcbb..1776a40c768 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- $NetBSD: README.pkg,v 1.21 2001/11/03 03:26:08 damon Exp $ --> +<!-- $NetBSD: README.pkg,v 1.22 2006/07/06 21:14:20 jlam Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -20,7 +20,7 @@ <p>Please read the file "<a href="DESCR">DESCR</a>" for a longer description, or browse the package's -<A HREF="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/%%PORT%%/">history</A>. +<A HREF="http://cvsweb.NetBSD.org/bsdweb.cgi/pkgsrc/%%PORT%%/">history</A>. </p> %%HOMEPAGE%% @@ -38,7 +38,7 @@ For a summary on how to use the package collection, go to the <p>Problem reports, updates or suggestions for this package should be reported with -<a href="http://www.netbsd.org/Misc/send-pr.html">send-pr.</a></p> +<a href="http://www.NetBSD.org/Misc/send-pr.html">send-pr.</a></p> <P> The following security vulnerabilities are known for %%PORT%% diff --git a/templates/README.top b/templates/README.top index 2c500cc543b..8ee06b235b5 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.top,v 1.12 2005/05/07 22:16:05 wiz Exp $ --> +<!-- $NetBSD: README.top,v 1.13 2006/07/06 21:14:20 jlam Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> @@ -38,7 +38,7 @@ For a more in-depth description, see the <A HREF="doc/pkgsrc.html">doc/pkgsrc.html</A> document. The most up-to-date version of the Packages Collection is available from -<A HREF="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc">the NetBSD ftp server</A>. +<A HREF="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc">the NetBSD ftp server</A>. </body> </html> |