From: Michael Prokop Date: Fri, 8 Sep 2023 11:40:15 +0000 (+0200) Subject: Update URLs for userguide X-Git-Tag: v0.10.0~4 X-Git-Url: http://git.grml.org/?p=zsh-lovers.git;a=commitdiff_plain;h=b77b031d4da199891afe77f42ea3ac9a99a8dcde Update URLs for userguide http://zsh.sunsite.dk/Guide/ is no longer available (since ~2009 according to http://web.archive.org/web/20090716174454/http://zsh.sunsite.dk:80/), instead https://zsh.sourceforge.io/Guide/ seems to be the current version of it. While at it, also link https://zsh.sourceforge.io/ as the main zsh web page (according to https://www.zsh.org/) --- diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 98ae2e3..4118799 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -473,7 +473,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav} # Download with LaTeX2HTML created Files (for example the ZSH-Guide): - $ for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do + $ for f in https://zsh.sourceforge.io/Guide/zshguide{,{01..08}}.html; do > lynx -source $f >${f:t} > done @@ -1433,10 +1433,10 @@ LINKS ----- Primary site:: *http://www.zsh.org/[]* +Zsh Web Pages:: + *https://zsh.sourceforge.io/[]* Project-page:: *http://sourceforge.net/projects/zsh/[]* -Z shell page at sunsite.dk:: - *http://zsh.sunsite.dk/[]* From Bash to Z Shell: Conquering the Command Line - the book:: *http://www.bash2zsh.com/[]* "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz:: @@ -1446,7 +1446,7 @@ Mailinglistarchive:: ZSH-FAQ:: *https://zsh.sourceforge.io/FAQ/zshfaq.html[]* Userguide:: - *http://zsh.sunsite.dk/Guide/[]* + *https://zsh.sourceforge.io/Guide/[]* ZSH-Wiki:: *http://zshwiki.org/home/[]* A short introduction from BYU::