]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use http://, not https:// for savannah.gnu.org bug URLs.
authorJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 19:59:15 +0000 (19:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 19:59:15 +0000 (19:59 +0000)
ChangeLog

index bdf8adf1360a74369bec8b30b2b569abf1bfd165..0163c1927fe06f01d5bcf8c9a76f1f32e27a51da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
        * src/copy.c (copy_internal): Don't make a backup if the last
        component of the source name is "." or "..".
-       Reported by Andreas Schwab in https://savannah.gnu.org/bugs/?17540.
+       Reported by Andreas Schwab in http://savannah.gnu.org/bugs/?17540.
        * NEWS: Mention this.
        * tests/cp/src-base-dot: New file.  Test for the above fix.
        * tests/cp/Makefile.am (TESTS): Add src-base-dot.
@@ -71,7 +71,7 @@
        * src/ls.c (gobble_file): With --color, also stat the file when
        we know it is a directory.
        Derived from an anonymous one-line fix and bug report:
-       <https://savannah.gnu.org/bugs/?15043>.
+       <http://savannah.gnu.org/bugs/?15043>.
        * tests/ls/color-dtype-dir: New file.  Test for the above fix.
        * tests/ls/Makefile.am (TESTS): Add color-dtype-dir.