summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-30 21:25:16 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-30 21:25:16 -0500
commit0981a7bfe4871191c107fa1679cb9eeabf603f33 (patch)
tree733d83b2540ee858ff6ba5183630bb95c5dd6c8a
parentcbdc7576a832f0d75d100945476cd21f159a2372 (diff)
downloadattr-0981a7bfe4871191c107fa1679cb9eeabf603f33.tar.gz
update various URLs
-rw-r--r--README2
-rw-r--r--doc/PORTING8
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 937e394..738d1e3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Extended attribute package README
_________________________________
-Package home: http://savannah.nongnu.org/projects/attr
+Package home: https://savannah.nongnu.org/projects/attr
See the file doc/INSTALL for build, installation and post-
install configuration steps.
diff --git a/doc/PORTING b/doc/PORTING
index c4ea74d..5348a26 100644
--- a/doc/PORTING
+++ b/doc/PORTING
@@ -29,13 +29,13 @@
5. read some or all of the GNU tool chain documentation
GNU make :
- http://www.delorie.com/gnu/docs/make/make_toc.html
+ https://www.gnu.org/software/make/manual/
autoconf :
- http://www.delorie.com/gnu/docs/autoconf/autoconf_toc.html
+ https://www.gnu.org/software/autoconf/manual/
libtool :
- http://www.delorie.com/gnu/docs/libtool/libtool_toc.html
+ https://www.gnu.org/software/libtool/manual/
gcc/g++ :
- http://www.delorie.com/gnu/docs/gcc/gcc_toc.html
+ https://gcc.gnu.org/onlinedocs/
6. Makefiles and build environment
First have a look at some Makefiles