diff options
| author | Paul Eggert | 2017-09-13 15:52:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-13 15:54:37 -0700 |
| commit | bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch) | |
| tree | ef96fb35c034096404b7edaa25982023f38cf84f /doc/lispref/README | |
| parent | 5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff) | |
| download | emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip | |
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November. Change these FTP URLs to https://ftp.gnu.org
instead. Make similar changes for URLs to other organizations moving
away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
Diffstat (limited to 'doc/lispref/README')
| -rw-r--r-- | doc/lispref/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/README b/doc/lispref/README index fbc3169ceef..b3f450a1295 100644 --- a/doc/lispref/README +++ b/doc/lispref/README | |||
| @@ -18,7 +18,7 @@ or for HTML. | |||
| 18 | 18 | ||
| 19 | * You can buy nicely printed copies from the Free Software Foundation. | 19 | * You can buy nicely printed copies from the Free Software Foundation. |
| 20 | Buying a manual from the Free Software Foundation helps support our GNU | 20 | Buying a manual from the Free Software Foundation helps support our GNU |
| 21 | development work. See <http://shop.fsf.org/>. | 21 | development work. See <https://shop.fsf.org/>. |
| 22 | (At time of writing, this manual is out of print.) | 22 | (At time of writing, this manual is out of print.) |
| 23 | 23 | ||
| 24 | * The master file for formatting this manual for Tex is called 'elisp.texi'. | 24 | * The master file for formatting this manual for Tex is called 'elisp.texi'. |
| @@ -45,4 +45,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 45 | GNU General Public License for more details. | 45 | GNU General Public License for more details. |
| 46 | 46 | ||
| 47 | You should have received a copy of the GNU General Public License | 47 | You should have received a copy of the GNU General Public License |
| 48 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 48 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |