summaryrefslogtreecommitdiff
path: root/README.git
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2021-12-18 18:23:16 -0500
committerPaul Smith <psmith@gnu.org>2021-12-19 16:55:50 -0500
commite7b2f6818c4986c5b6239bed3681cddb0df22f5b (patch)
tree3c2d7e4e36f5256a4067627afea50832eb6e2db2 /README.git
parentc90db9276ad5c330d92e3edb576adaa82f40ef8f (diff)
downloadmake-git-e7b2f6818c4986c5b6239bed3681cddb0df22f5b.tar.gz
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
Diffstat (limited to 'README.git')
-rw-r--r--README.git6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
+this program. If not, see <https://www.gnu.org/licenses/>.
-------------------------------------------------------------------------------
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
-<http://savannah.gnu.org/projects/make/>:
+<https://savannah.gnu.org/projects/make/>:
$ 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.