X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh-lovers.1.txt;h=4118799fd4b9560568037bc3091c7e9d38be0ebd;hb=b77b031d4da199891afe77f42ea3ac9a99a8dcde;hp=a7a061667cbf390ef8bb5763c29790d97c3ae1df;hpb=6f4e68ece46bf37c1bbdb02b4ca491bbbc7eb1a2;p=zsh-lovers.git diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index a7a0616..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:: @@ -1444,9 +1444,9 @@ From Bash to Z Shell: Conquering the Command Line - the book:: Mailinglistarchive:: *http://www.zsh.org/mla/[]* ZSH-FAQ:: - *http://zsh.dotsrc.org/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::