From e7b2f6818c4986c5b6239bed3681cddb0df22f5b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Dec 2021 18:23:16 -0500 Subject: Change HTTP URLs to use HTTPS instead Also remove unnecessary tests/COPYING file. * README.template: Change http: to https: * README.git: Ditto * doc/make.texi: Ditto * doc/make.1: Ditto * src/main.c: Ditto * maintMakefile: Remove invalid URL --- README.git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.git') diff --git a/README.git b/README.git index b7f25ce8..1081e295 100644 --- a/README.git +++ b/README.git @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see . +this program. If not, see . ------------------------------------------------------------------------------- Obtaining Git Code @@ -23,7 +23,7 @@ Obtaining Git Code This seems redundant, since if you're reading this you most likely have already performed this step; however, for completeness, you can obtain the GNU make source code via Git from the FSF's Savannah project -: +: $ git clone git://git.savannah.gnu.org/make.git @@ -55,7 +55,7 @@ Typical simple workflow might be: * Use "git push" to push your commits back to the Savannah repository For Emacs users, there are many options for Git integration but I strongly -recommend the Magit package: http://www.emacswiki.org/emacs/Magit +recommend the Magit package: https://www.emacswiki.org/emacs/Magit It makes the workflow much clearer, and has advanced features such as constructing multiple commits from various files and even from different diff chunks in the same file. There is a video available which helps a lot. -- cgit v1.2.1