diff --git a/Makefile.mk b/Makefile.mk index 2334eed0..a20bc22e 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -304,7 +304,7 @@ $(DISTDIR)/readme.txt: Makefile.mk @echo $(DL)libssh2 version $(LIBSSH2_VERSION_STR)$(DL) >> $@ @echo $(DL)Please download the complete libssh2 package for$(DL) >> $@ @echo $(DL)any further documentation:$(DL) >> $@ - @echo $(DL)https://www.libssh2.org/$(DL) >> $@ + @echo $(DL)https://libssh2.org/$(DL) >> $@ help: $(OBJ_DIR)/version.inc @echo $(DL)===========================================================$(DL) diff --git a/README b/README index 89639ba7..fca539db 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ libssh2 - SSH2 library libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license. -Web site: https://www.libssh2.org/ +Web site: https://libssh2.org/ Mailing list: https://lists.haxx.se/listinfo/libssh2-devel diff --git a/README.md b/README.md index caa0b670..9d167c07 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license. -[Web site](https://www.libssh2.org/) +[Web site](https://libssh2.org/) [Mailing list](https://lists.haxx.se/listinfo/libssh2-devel) -[BSD Licensed](https://www.libssh2.org/license.html) +[BSD Licensed](https://libssh2.org/license.html) [Web site source code](https://github.com/libssh2/www) diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 99fef457..449ce534 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -8,7 +8,7 @@ Publishing Information ---------------------- All known and public libssh2 vulnerabilities will be listed on [the libssh2 -web site](https://www.libssh2.org/). +web site](https://libssh2.org/). Security vulnerabilities should not be entered in the project's public bug tracker unless the necessary configuration is in place to limit access to the diff --git a/libssh2.pc.in b/libssh2.pc.in index f6ae4e87..9dde3e85 100644 --- a/libssh2.pc.in +++ b/libssh2.pc.in @@ -11,7 +11,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libssh2 -URL: https://www.libssh2.org/ +URL: https://libssh2.org/ Description: Library for SSH-based communication Version: @LIBSSH2_VERSION@ Requires: @LIBSSH2_PC_REQUIRES@ diff --git a/src/libssh2.rc b/src/libssh2.rc index 4862d78e..3021d8e6 100644 --- a/src/libssh2.rc +++ b/src/libssh2.rc @@ -1,7 +1,7 @@ /*************************************************************************** * libssh2 Windows resource file * Copyright (C) The libssh2 project and its contributors. -* +* * SPDX-License-Identifier: BSD-3-Clause ***************************************************************************/ #include @@ -29,7 +29,7 @@ BEGIN BEGIN BLOCK "040904b0" /* 0x0409: en-US, 1200/0x04b0: UTF-16LE */ BEGIN - VALUE "CompanyName", "The libssh2 library, https://www.libssh2.org/\0" + VALUE "CompanyName", "The libssh2 library, https://libssh2.org/\0" VALUE "FileDescription", "libssh2 Shared Library\0" VALUE "FileVersion", LIBSSH2_VERSION "\0" VALUE "InternalName", "libssh2\0" @@ -37,7 +37,7 @@ BEGIN VALUE "ProductName", "The libssh2 library\0" VALUE "ProductVersion", LIBSSH2_VERSION "\0" VALUE "LegalCopyright", "Copyright (C) " LIBSSH2_COPYRIGHT "\0" - VALUE "License", "https://www.libssh2.org/license.html\0" + VALUE "License", "https://libssh2.org/license.html\0" END END diff --git a/vms/libssh2_make_kit.dcl b/vms/libssh2_make_kit.dcl index 738187e1..f96c0abf 100644 --- a/vms/libssh2_make_kit.dcl +++ b/vms/libssh2_make_kit.dcl @@ -194,7 +194,7 @@ $ write pt "=prompt JCB LIBSSH2 for OpenVMS" $ write pt "" $ write pt "libssh2 is an open source client side library that aims to implement" $ write pt "the SSH protocol. This is the OpenVMS port of that library." -$ write pt "Further information at https://www.libssh2.org." +$ write pt "Further information at https://libssh2.org/." $ write pt "" $ write pt "1 NEED_VMS83" $ write pt "=prompt OpenVMS 8.3 or later is not installed on your system."