You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/01/09 20:03:19 UTC

[trafficcontrol] branch 4.0.x updated: Hotfix for broken docs link (#4220) (#4221)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 0b26b8a  Hotfix for broken docs link (#4220) (#4221)
0b26b8a is described below

commit 0b26b8a576fb5a9d14b056d25e1aeb1e5a812b2f
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Thu Jan 9 13:03:12 2020 -0700

    Hotfix for broken docs link (#4220) (#4221)
    
    (cherry picked from commit 7e3fe7ea3c1310abc8b92710cf4d86961230ca6a)
---
 docs/source/api/staticdnsentries.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/api/staticdnsentries.rst b/docs/source/api/staticdnsentries.rst
index 4c82792..d2775da 100644
--- a/docs/source/api/staticdnsentries.rst
+++ b/docs/source/api/staticdnsentries.rst
@@ -142,7 +142,7 @@ Request Structure
 
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is an alias for the CNAME of the server, otherwise it is the :abbr:`FQDN (Fully Qualified Domain Name)` which shall resolve to ``address``
-:ttl:               The :term:`TTL (Time To Live)` of this static DNS entry in seconds
+:ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in seconds
 :typeId:            The integral, unique identifier of the :term:`Type` of this static DNS entry
 
 .. code-block:: http