[Rt-commit] [rtir] 02/02: Avoid bad links in online docs
Kevin Falcone
falcone at bestpractical.com
Fri Oct 10 17:49:54 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2.0-releng
in repository rtir.
commit 26d28f620b36b93209be1b982ad1740d2bbf08c3
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Oct 10 17:06:55 2014 -0400
Avoid bad links in online docs
rt-static-docs contains an exception for rt.example.com in README, but
doesn't for localhost. Switching avoids weird links in README.html on
docs.bestpractical.com.
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 49d4f5b..6d12c0c 100644
--- a/README
+++ b/README
@@ -96,9 +96,9 @@ SETTING UP THE MAIL GATEWAY
An alias for the Incident Reports queue will need to be configured.
Add the following lines to /etc/aliases (or your local equivalent):
-rtir: "|/opt/rt4/bin/rt-mailgate --queue 'Incident Reports' --action correspond --url http://localhost/"
+rtir: "|/opt/rt4/bin/rt-mailgate --queue 'Incident Reports' --action correspond --url http://rt.example.com/"
-You should substitute the URL for RT's web interface for "http://localhost/".
+You should substitute the URL for RT's web interface for http://rt.example.com/.
o If your webserver uses SSL, rt-mailgate will require several new
Perl libraries. See the RT README for more details on this option.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list