diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-13 15:52:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-13 15:54:37 -0700 |
commit | bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch) | |
tree | ef96fb35c034096404b7edaa25982023f38cf84f /etc/refcards | |
parent | 5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff) | |
download | emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.bz2 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 'etc/refcards')
-rw-r--r-- | etc/refcards/Makefile | 2 | ||||
-rw-r--r-- | etc/refcards/README | 6 | ||||
-rw-r--r-- | etc/refcards/calccard.tex | 5 | ||||
-rw-r--r-- | etc/refcards/cs-dired-ref.tex | 4 | ||||
-rw-r--r-- | etc/refcards/cs-refcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/cs-survival.tex | 4 | ||||
-rw-r--r-- | etc/refcards/de-refcard.tex | 5 | ||||
-rw-r--r-- | etc/refcards/dired-ref.tex | 7 | ||||
-rw-r--r-- | etc/refcards/fr-dired-ref.tex | 4 | ||||
-rw-r--r-- | etc/refcards/fr-refcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/fr-survival.tex | 4 | ||||
-rw-r--r-- | etc/refcards/gnus-logo.eps | 2 | ||||
-rw-r--r-- | etc/refcards/gnus-refcard.tex | 2 | ||||
-rw-r--r-- | etc/refcards/orgcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/pdflayout.sty | 2 | ||||
-rw-r--r-- | etc/refcards/pl-refcard.tex | 5 | ||||
-rw-r--r-- | etc/refcards/pt-br-refcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/refcard.tex | 5 | ||||
-rw-r--r-- | etc/refcards/ru-refcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/sk-dired-ref.tex | 4 | ||||
-rw-r--r-- | etc/refcards/sk-refcard.tex | 4 | ||||
-rw-r--r-- | etc/refcards/sk-survival.tex | 4 | ||||
-rw-r--r-- | etc/refcards/survival.tex | 5 | ||||
-rw-r--r-- | etc/refcards/vipcard.tex | 5 | ||||
-rw-r--r-- | etc/refcards/viperCard.tex | 5 |
25 files changed, 48 insertions, 56 deletions
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile index e998ab7abc6..3a8ca60045d 100644 --- a/etc/refcards/Makefile +++ b/etc/refcards/Makefile @@ -15,7 +15,7 @@ ## GNU General Public License for more details. ## You should have received a copy of the GNU General Public License -## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +## along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ### Commentary: diff --git a/etc/refcards/README b/etc/refcards/README index 178cb9290d6..492833d2d82 100644 --- a/etc/refcards/README +++ b/etc/refcards/README @@ -20,8 +20,8 @@ To only generate the cards for a specific language, use e.g. to install extra TeX packages for some languages. PDF and PS copies of these cards are also available at -<http://www.gnu.org/software/emacs/refcards>. The FSF online -store <http://shop.fsf.org/> sometimes has printed copies for sale. +<https://www.gnu.org/software/emacs/refcards>. The FSF online +store <https://shop.fsf.org/> sometimes has printed copies for sale. @@ -50,4 +50,4 @@ 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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. diff --git a/etc/refcards/calccard.tex b/etc/refcards/calccard.tex index 45072722ab8..93aa007834f 100644 --- a/etc/refcards/calccard.tex +++ b/etc/refcards/calccard.tex @@ -39,7 +39,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). % @@ -82,7 +82,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -670,4 +670,3 @@ Variable names are single digits or whole words. % Local variables: % compile-command: "pdftex calccard" % End: - diff --git a/etc/refcards/cs-dired-ref.tex b/etc/refcards/cs-dired-ref.tex index 8a05babfaee..6c4c3d6c370 100644 --- a/etc/refcards/cs-dired-ref.tex +++ b/etc/refcards/cs-dired-ref.tex @@ -22,7 +22,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See dired-ref.tex. @@ -64,7 +64,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/cs-refcard.tex b/etc/refcards/cs-refcard.tex index 69128934a3e..14434581ab7 100644 --- a/etc/refcards/cs-refcard.tex +++ b/etc/refcards/cs-refcard.tex @@ -25,7 +25,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -81,7 +81,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/cs-survival.tex b/etc/refcards/cs-survival.tex index bb140917217..0770100bd98 100644 --- a/etc/refcards/cs-survival.tex +++ b/etc/refcards/cs-survival.tex @@ -22,7 +22,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See survival.tex. @@ -72,7 +72,7 @@ For more Emacs documentation, and the \TeX{} source for this card, see the Emacs distribution, or - {\tt http://www.gnu.org/software/emacs}\par}} + {\tt https://www.gnu.org/software/emacs}\par}} \hsize 3.2in \vsize 7.95in diff --git a/etc/refcards/de-refcard.tex b/etc/refcards/de-refcard.tex index b5ca8629172..82e4f9863a6 100644 --- a/etc/refcards/de-refcard.tex +++ b/etc/refcards/de-refcard.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -83,7 +83,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -679,4 +679,3 @@ wird. F\"ur n\"ahere Details geben Sie \kbd{C-h f interactive} ein. % Local variables: % compile-command: "pdftex de-refcard" % End: - diff --git a/etc/refcards/dired-ref.tex b/etc/refcards/dired-ref.tex index 86c53d079e1..26b2a2852ff 100644 --- a/etc/refcards/dired-ref.tex +++ b/etc/refcards/dired-ref.tex @@ -21,7 +21,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -37,7 +37,7 @@ \newcount\columnsperpage % This file can be printed with 1, 2, or 3 columns per page. -% Specify how many you want here. +% Specify how many you want here. % The reference card looks OK with 2 columns per page, portrait mode. % I haven't tried it with 3 columns per page. \columnsperpage=2 @@ -65,7 +65,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -405,4 +405,3 @@ see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} \copyrightnotice \bye - diff --git a/etc/refcards/fr-dired-ref.tex b/etc/refcards/fr-dired-ref.tex index 68e492fbab9..183b086c5df 100644 --- a/etc/refcards/fr-dired-ref.tex +++ b/etc/refcards/fr-dired-ref.tex @@ -22,7 +22,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See dired-ref.tex. @@ -59,7 +59,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/fr-refcard.tex b/etc/refcards/fr-refcard.tex index 294e3ad69c9..dbeb2baffe0 100644 --- a/etc/refcards/fr-refcard.tex +++ b/etc/refcards/fr-refcard.tex @@ -24,7 +24,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -79,7 +79,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/fr-survival.tex b/etc/refcards/fr-survival.tex index f0885e5923a..047190c1ecb 100644 --- a/etc/refcards/fr-survival.tex +++ b/etc/refcards/fr-survival.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See survival.tex. @@ -67,7 +67,7 @@ For more Emacs documentation, and the \TeX{} source for this card, see the Emacs distribution, - or {\tt http://www.gnu.org/software/emacs}\par}} + or {\tt https://www.gnu.org/software/emacs}\par}} \hsize 3.2in \vsize 7.95in diff --git a/etc/refcards/gnus-logo.eps b/etc/refcards/gnus-logo.eps index aff7a31cbc3..34301e6e70c 100644 --- a/etc/refcards/gnus-logo.eps +++ b/etc/refcards/gnus-logo.eps @@ -16,7 +16,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % %%Title: gnuslogo1.ps %%BoundingBox: 0 0 493 505 diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex index 676820835f0..bc52733bfb1 100644 --- a/etc/refcards/gnus-refcard.tex +++ b/etc/refcards/gnus-refcard.tex @@ -126,7 +126,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, - see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} + see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} Please send corrections, additions and suggestions to the current maintainer's email address. \Guide{} last edited on \date. diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index ecfd62f7304..71d1ef5f907 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex @@ -37,7 +37,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). % @@ -81,7 +81,7 @@ \centerline{version 3 or later.} \centerline{For more Emacs documentation, and the \TeX{} source for this card, see} -\centerline{the Emacs distribution, or {\tt http://www.gnu.org/software/emacs}} +\centerline{the Emacs distribution, or {\tt https://www.gnu.org/software/emacs}} \endgroup} diff --git a/etc/refcards/pdflayout.sty b/etc/refcards/pdflayout.sty index affb47520fd..90bf6bd0025 100644 --- a/etc/refcards/pdflayout.sty +++ b/etc/refcards/pdflayout.sty @@ -13,7 +13,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file defines `\pdflayout': % - \pdflayout=(0) is A4 portrait, diff --git a/etc/refcards/pl-refcard.tex b/etc/refcards/pl-refcard.tex index 0bddea458ca..ac0eca1b983 100644 --- a/etc/refcards/pl-refcard.tex +++ b/etc/refcards/pl-refcard.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -91,7 +91,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http:////www.gnu.org//software//emacs} +see the Emacs distribution, or {\tt https:////www.gnu.org//software//emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -992,4 +992,3 @@ przez wywo/lanie \kbd{C-h f interactive}. % Local variables: % compile-command: "pdftex pl-refcard" % End: - diff --git a/etc/refcards/pt-br-refcard.tex b/etc/refcards/pt-br-refcard.tex index 1ba50fa1c78..dc9f0ae355f 100644 --- a/etc/refcards/pt-br-refcard.tex +++ b/etc/refcards/pt-br-refcard.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -84,7 +84,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex index 0a57fcf9ced..37808978177 100644 --- a/etc/refcards/refcard.tex +++ b/etc/refcards/refcard.tex @@ -22,7 +22,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -82,7 +82,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -696,4 +696,3 @@ Type \kbd{C-h f interactive RET} for more details. % Local variables: % compile-command: "pdftex refcard" % End: - diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex index fad75ddda47..866dd7948f7 100644 --- a/etc/refcards/ru-refcard.tex +++ b/etc/refcards/ru-refcard.tex @@ -20,7 +20,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. \documentclass[10pt]{article} \usepackage{multicol,tabularx} @@ -58,7 +58,7 @@ version 3 or later.} \centerline{For more Emacs documentation, and the \TeX{} source for this card,} -\centerline{see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs}} +\centerline{see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs}} \endgroup} \hyphenation{mini-buf-fer} diff --git a/etc/refcards/sk-dired-ref.tex b/etc/refcards/sk-dired-ref.tex index 9af5499b84b..9818add524c 100644 --- a/etc/refcards/sk-dired-ref.tex +++ b/etc/refcards/sk-dired-ref.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See dired-ref.tex. @@ -65,7 +65,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/sk-refcard.tex b/etc/refcards/sk-refcard.tex index dae3d8b6f05..eb5f91acfc0 100644 --- a/etc/refcards/sk-refcard.tex +++ b/etc/refcards/sk-refcard.tex @@ -26,7 +26,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -82,7 +82,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below diff --git a/etc/refcards/sk-survival.tex b/etc/refcards/sk-survival.tex index 52e1eefd855..f07197704d1 100644 --- a/etc/refcards/sk-survival.tex +++ b/etc/refcards/sk-survival.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % See survival.tex. @@ -74,7 +74,7 @@ For more Emacs documentation, and the \TeX{} source for this card, see the Emacs distribution, - or {\tt http://www.gnu.org/software/emacs}\par}} + or {\tt https://www.gnu.org/software/emacs}\par}} \hsize 3.2in \vsize 7.95in diff --git a/etc/refcards/survival.tex b/etc/refcards/survival.tex index 81ee44e39d0..7b5325b0096 100644 --- a/etc/refcards/survival.tex +++ b/etc/refcards/survival.tex @@ -22,7 +22,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. %**start of header @@ -61,7 +61,7 @@ For more Emacs documentation, and the \TeX{} source for this card, see the Emacs distribution, - or {\tt http://www.gnu.org/software/emacs}\par}} + or {\tt https://www.gnu.org/software/emacs}\par}} \hsize 3.2in \vsize 7.95in @@ -416,4 +416,3 @@ contains names of the current modes, in parentheses. % Local variables: % compile-command: "pdftex survival" % End: - diff --git a/etc/refcards/vipcard.tex b/etc/refcards/vipcard.tex index 5913dd4070a..61ccdd53c71 100644 --- a/etc/refcards/vipcard.tex +++ b/etc/refcards/vipcard.tex @@ -21,7 +21,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -74,7 +74,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -679,4 +679,3 @@ moves 11 lines below current line to the end of buffer. % Local variables: % compile-command: "pdftex vipcard" % End: - diff --git a/etc/refcards/viperCard.tex b/etc/refcards/viperCard.tex index 6561a48b08d..cebe485cf7c 100644 --- a/etc/refcards/viperCard.tex +++ b/etc/refcards/viperCard.tex @@ -23,7 +23,7 @@ % GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +% along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. % This file is intended to be processed by plain TeX (TeX82). @@ -78,7 +78,7 @@ Released under the terms of the GNU General Public License version 3 or later. For more Emacs documentation, and the \TeX{} source for this card, -see the Emacs distribution, or {\tt http://www.gnu.org/software/emacs} +see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs} \endgroup} % make \bye not \outer so that the \def\bye in the \else clause below @@ -740,4 +740,3 @@ Ex commands can be made to have history. See the manual for details. % Local variables: % compile-command: "pdftex viperCard" % End: - |