]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix support references in binbuild README.
authorJoshua Slive <slive@apache.org>
Mon, 12 Aug 2002 14:18:48 +0000 (14:18 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 12 Aug 2002 14:18:48 +0000 (14:18 +0000)
PR: 11626

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96354 13f79535-47bb-0310-9956-ffa450edef68

src/helpers/binbuild.sh

index 616aa5b224cd68c46b79d13a08054922052960d1..570a7da6a17d2a032f9a8a521071ad687d6e705f 100755 (executable)
@@ -91,13 +91,12 @@ echo "Creating supplementary files..."
   echo " " && \
   echo "NOTE: Please do not send support-related mails to the address mentioned" && \
   echo "      above or to any member of the Apache Group! Support questions" && \
-  echo "      should be directed to the \"comp.infosystems.www.servers.unix\"" && \
-  echo "      or \"comp.infosystems.www.servers.ms-windows\" newsgroup" && \
-  echo "      (as appropriate for the platform you use), where some of the" && \
-  echo "      Apache team lurk, in the company of many other Apache gurus" && \
-  echo "      who should be able to help." && \
+  echo "      should be directed to the forums mentioned at" && \
+  echo "      http://httpd.apache.org/lists.html#http-users" && \
+  echo "      where some of the Apache team lurk, in the company of many other" && \
+  echo "      Apache gurus who should be able to help." && \
   echo "      If you think you found a bug in Apache or have a suggestion please" && \
-  echo "      visit the bug report page at http://www.apache.org/bug_report.html" && \
+  echo "      visit the bug report page at http://httpd.apache.org/bug_report.html" && \
   echo " " && \
   echo "----------------------------------------------------------------------" && \
   ./bindist/bin/httpd -V && \