Update link for ft's zsh configuration + add his zsh tagged blog posts
[zsh-lovers.git] / zsh-lovers.1.txt
index 5be8c17..9ce8e0b 100644 (file)
@@ -394,7 +394,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details.
   $ print ${(r:10::0:)foo}
 
 # find the name of all the files in their home directory that have
-# more than 20 characters in their file names
+# 20 or more characters in their file names
   print -rl $HOME/${(l:20::?:)~:-}*
 
 # Save arrays
@@ -1461,8 +1461,10 @@ ZSH-Seite von Michael Prokop (german)::
     *http://michael-prokop.at/computer/tools_zsh.html[]*
 ZSH Prompt introduction::
     *http://aperiodic.net/phil/prompt/[]*
+ft's blog posts around zsh::
+    *http://bewatermyfriend.org/tag/zsh/[]*
 ft's zsh configuration::
-    *http://ft.bewatermyfriend.org/computer/zsh.html[]*
+    *https://gitlab.com/ft/etc-zsh[]*
 Adam's ZSH page::
     *http://www.adamspiers.org/computing/zsh/[]*
 Zzappers Best of ZSH Tips::
@@ -1529,9 +1531,9 @@ Also take a look at the section *LINKS* in this manpage.
 
 BUGS
 ----
-Probably. This manpage might be never complete. So please report bugs,
-feedback and suggestions to <zsh-lovers@michael-prokop.at>. Thank
-you!
+Probably. This manpage might be never complete.
+So please report bugs, feedback and suggestions via https://github.com/grml/zsh-lovers
+Thank you!
 
 COPYRIGHT
 ---------