diff options
| author | Paul Eggert | 2019-09-22 23:53:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-09-23 00:12:52 -0700 |
| commit | 946a56a10fed769646a8b7c4ebc53f53c84be896 (patch) | |
| tree | 33a93593b428789b7e49376427eac09d21082808 /test | |
| parent | 78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff) | |
| download | emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.gz emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.zip | |
Update some URLs
This mostly changes http: to https: in URLs. It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/cl-preloaded-tests.el | 2 | ||||
| -rw-r--r-- | test/manual/biditest.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/cl-preloaded-tests.el b/test/lisp/emacs-lisp/cl-preloaded-tests.el index 3251b5ff0a2..c1a6d5d2724 100644 --- a/test/lisp/emacs-lisp/cl-preloaded-tests.el +++ b/test/lisp/emacs-lisp/cl-preloaded-tests.el | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | ;; GNU General Public License for more details. | 16 | ;; GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 18 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | ;;; Commentary: | 21 | ;;; Commentary: |
| 22 | 22 | ||
diff --git a/test/manual/biditest.el b/test/manual/biditest.el index d813642f780..81b9fd2db18 100644 --- a/test/manual/biditest.el +++ b/test/manual/biditest.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | INPUT-FILE should be in the format of the BidiCharacterTest.txt file | 35 | INPUT-FILE should be in the format of the BidiCharacterTest.txt file |
| 36 | available from the Unicode site, as part of the UCD database, see | 36 | available from the Unicode site, as part of the UCD database, see |
| 37 | http://www.unicode.org/Public/UCD/latest/ucd/BidiCharacterTest.txt. | 37 | https://www.unicode.org/Public/UCD/latest/ucd/BidiCharacterTest.txt. |
| 38 | 38 | ||
| 39 | The resulting file should be viewed with `inhibit-bidi-mirroring' set to t." | 39 | The resulting file should be viewed with `inhibit-bidi-mirroring' set to t." |
| 40 | (let ((output-buf (get-buffer-create "*biditest-output*")) | 40 | (let ((output-buf (get-buffer-create "*biditest-output*")) |