This is an automated email from the ASF dual-hosted git repository.
rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new d2f1c6c Fixes broken links to documentation
d2f1c6c is described below
commit d2f1c6c56e98d08f77b4a5c066e8b08c65825562
Author: Randall Meyer <[email protected]>
AuthorDate: Fri Aug 9 16:28:34 2019 -0700
Fixes broken links to documentation
---
INSTALL | 2 +-
lib/perl/lib/Apache/TS/AdminClient.pm | 2 +-
rc/trafficserver.xml.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index 2105ea6..cd68d05 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ APACHE TRAFFIC SERVER UNIX QUICKSTART
For complete installation documentation, see the on-line documentation at
- http://trafficserver.apache.org/docs
+ https://docs.trafficserver.apache.org/en/latest/
Various popular platforms have up-to-date build instructions available
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm
b/lib/perl/lib/Apache/TS/AdminClient.pm
index 5529d49..a8023f9 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -313,7 +313,7 @@ get to this information, traffic_ctl is your tool.
=head1 List of configurations
-The Apache Traffic Server Administration Manual will explain what these
strings represent. (http://trafficserver.apache.org/docs/)
+The Apache Traffic Server Administration Manual will explain what these
strings represent. (https://docs.trafficserver.apache.org/en/latest/)
proxy.config.accept_threads
proxy.config.task_threads
diff --git a/rc/trafficserver.xml.in b/rc/trafficserver.xml.in
index 5df3678..0430cc5 100644
--- a/rc/trafficserver.xml.in
+++ b/rc/trafficserver.xml.in
@@ -93,7 +93,7 @@
</common_name>
<documentation>
<doc_link name='trafficserver.apache.org'
- uri='http://trafficserver.apache.org/docs' />
+
uri='https://docs.trafficserver.apache.org/en/latest/' />
</documentation>
</template>
</service>