about summary refs log tree commit diff
path: root/Doc/Zsh/metafaq.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/metafaq.yo')
-rw-r--r--Doc/Zsh/metafaq.yo22
1 files changed, 11 insertions, 11 deletions
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index a3f5e9a0e..fa856a9d5 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -12,7 +12,7 @@ sect(Author)
 cindex(author)
 Zsh was originally written by Paul Falstad tt(<pf@zsh.org>).
 Zsh is now maintained by the members of the zsh-workers mailing
-list tt(<zsh-workers@sunsite.dk>).  The development is currently
+list tt(<zsh-workers@zsh.org>).  The development is currently
 coordinated by Peter Stephenson tt(<pws@zsh.org>).  The coordinator
 can be contacted at tt(<coordinator@zsh.org>), but matters relating to
 the code should generally go to the mailing list.
@@ -97,14 +97,14 @@ cindex(mailing lists)
 Zsh has 3 mailing lists:
 
 startitem()
-item(tt(<zsh-announce@sunsite.dk>))(
+item(tt(<zsh-announce@zsh.org>))(
 Announcements about releases, major changes in the shell and the
 monthly posting of the Zsh FAQ.  (moderated)
 )
-item(tt(<zsh-users@sunsite.dk>))(
+item(tt(<zsh-users@zsh.org>))(
 User discussions.
 )
-item(tt(<zsh-workers@sunsite.dk>))(
+item(tt(<zsh-workers@zsh.org>))(
 Hacking, development, bug reports and patches.
 )
 enditem()
@@ -113,13 +113,13 @@ To subscribe or unsubscribe, send mail
 to the associated administrative address for the mailing list.
 
 startlist()
-list(tt(<zsh-announce-subscribe@sunsite.dk>))
-list(tt(<zsh-users-subscribe@sunsite.dk>))
-list(tt(<zsh-workers-subscribe@sunsite.dk>))
+list(tt(<zsh-announce-subscribe@zsh.org>))
+list(tt(<zsh-users-subscribe@zsh.org>))
+list(tt(<zsh-workers-subscribe@zsh.org>))
 
-list(tt(<zsh-announce-unsubscribe@sunsite.dk>))
-list(tt(<zsh-users-unsubscribe@sunsite.dk>))
-list(tt(<zsh-workers-unsubscribe@sunsite.dk>))
+list(tt(<zsh-announce-unsubscribe@zsh.org>))
+list(tt(<zsh-users-unsubscribe@zsh.org>))
+list(tt(<zsh-workers-unsubscribe@zsh.org>))
 endlist()
 
 YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
@@ -154,7 +154,7 @@ A userguide is currently in preparation.  It is intended to complement the
 manual, with explanations and hints on issues where the manual can be
 cabbalistic, hierographic, or downright mystifying (for example, the word
 `hierographic' does not exist).  It can be viewed in its current state at
-tt(http://zsh.sunsite.dk/Guide/).  At the time of writing, chapters
+tt(http://zsh.sourceforge.net/Guide/).  At the time of writing, chapters
 dealing with startup files and their contents and the new completion system
 were essentially complete.
 sect(The Zsh Wiki)