You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2016/01/11 09:33:27 UTC

trafficserver git commit: Doc: [TS-4123] Fix image URLs in the Security page

Repository: trafficserver
Updated Branches:
  refs/heads/master 8df989ce6 -> 4c65b7775


Doc: [TS-4123] Fix image URLs in the Security page

This closes #415


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4c65b777
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4c65b777
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4c65b777

Branch: refs/heads/master
Commit: 4c65b77759ad0ec3f7ad4b8fdc8ac6b163e6443d
Parents: 8df989c
Author: Hiroaki Nakamura <hn...@gmail.com>
Authored: Mon Jan 11 16:47:58 2016 +0900
Committer: Masaori Koshiba <ma...@apache.org>
Committed: Mon Jan 11 17:30:17 2016 +0900

----------------------------------------------------------------------
 doc/admin-guide/security/index.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c65b777/doc/admin-guide/security/index.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/security/index.en.rst b/doc/admin-guide/security/index.en.rst
index 3a14747..22365d8 100644
--- a/doc/admin-guide/security/index.en.rst
+++ b/doc/admin-guide/security/index.en.rst
@@ -69,7 +69,7 @@ Server (and between Traffic Server and an origin server) when the SSL
 termination option is enabled and configured for Client/Traffic
 Server connections only.
 
-.. figure:: ../static/images/admin/ssl_c.jpg
+.. figure:: ../../static/images/admin/ssl_c.jpg
    :align: center
    :alt: Client and Traffic Server communication using SSL termination
 
@@ -163,7 +163,7 @@ The figure below illustrates communication between Traffic Server and an
 origin server when the SSL termination option is enabled for Traffic
 Server/origin server connections.
 
-.. figure:: ../static/images/admin/ssl_os.jpg
+.. figure:: ../../static/images/admin/ssl_os.jpg
    :align: center
    :alt: Traffic Server and origin server communication using SSL termination