summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-05-03 18:26:19 -0500
committerdana <dana@dana.is>2021-05-03 18:26:19 -0500
commit093ba119702561a4ec255ca5893eb44aae2f7f6e (patch)
tree7670f09152ea5d57e91df51fc459049d5af66bc7
parentd4b78f6c54af50cb4724785fbc72185932119941 (diff)
downloadzsh-093ba119702561a4ec255ca5893eb44aae2f7f6e.tar.gz
zsh-093ba119702561a4ec255ca5893eb44aae2f7f6e.zip
unposted: docs: Update http:// FAQ links to https://
See 48613
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/metafaq.yo2
-rw-r--r--Doc/Zsh/roadmap.yo2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dd9fa8050..399acc385 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-05-03 dana <dana@dana.is>
+ * unposted (see 48613): Doc/Zsh/metafaq.yo, Doc/Zsh/roadmap.yo:
+ Update http:// FAQ links to https://
+
* 48551 (tweaked per 48565, 48629): Doc/Zsh/compat.yo: Add
disclaimer about POSIX compliance and emulation of other shells
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index ca7f26adf..4cefa4d71 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -86,7 +86,7 @@ Zsh has a list of Frequently Asked Questions (FAQ), maintained by
Peter Stephenson tt(<pws@zsh.org>). It is regularly posted to the
newsgroup bf(comp.unix.shell) and the bf(zsh-announce) mailing list.
The latest version can be found at any of the Zsh FTP sites, or at
-uref(http://www.zsh.org/FAQ/). The contact address for FAQ-related matters
+uref(https://www.zsh.org/FAQ/). The contact address for FAQ-related matters
is tt(<faqmaster@zsh.org>).
texinode(The Zsh Web Page)(The Zsh Userguide)(The Zsh FAQ)(Introduction)
sect(The Zsh Web Page)
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo
index 94ef74d1f..3f9a122af 100644
--- a/Doc/Zsh/roadmap.yo
+++ b/Doc/Zsh/roadmap.yo
@@ -49,7 +49,7 @@ The shell now supports the UTF-8 character set (and also others if
supported by the operating system). This is (mostly) handled transparently
by the shell, but the degree of support in terminal emulators is variable.
There is some discussion of this in the shell FAQ,
-uref(http://www.zsh.org/FAQ/). Note in particular that for combining
+uref(https://www.zsh.org/FAQ/). Note in particular that for combining
characters to be handled the option tt(COMBINING_CHARS) needs to be set.
Because the shell is now more sensitive to the definition of the
character set, note that if you are upgrading from an older version of