@@ -85,7 +85,7 @@ def __init__(self,
85
85
@property
86
86
def acl (self ):
87
87
"""Access the Consul
88
- `ACL <https://www.consul.io/docs/agent/http.html#acl >`_ API
88
+ `ACL <https://www.consul.io/docs/agent/http/acl .html>`_ API
89
89
90
90
:rtype: :py:class:`consulate.api.acl.ACL`
91
91
@@ -95,7 +95,7 @@ def acl(self):
95
95
@property
96
96
def agent (self ):
97
97
"""Access the Consul
98
- `Agent <https://www.consul.io/docs/agent/http.html#agent >`_ API
98
+ `Agent <https://www.consul.io/docs/agent/http/agent .html>`_ API
99
99
100
100
:rtype: :py:class:`consulate.api.agent.Agent`
101
101
@@ -105,7 +105,7 @@ def agent(self):
105
105
@property
106
106
def catalog (self ):
107
107
"""Access the Consul
108
- `Catalog <https://www.consul.io/docs/agent/http.html#catalog >`_ API
108
+ `Catalog <https://www.consul.io/docs/agent/http/catalog .html>`_ API
109
109
110
110
:rtype: :py:class:`consulate.api.catalog.Catalog`
111
111
@@ -115,7 +115,7 @@ def catalog(self):
115
115
@property
116
116
def event (self ):
117
117
"""Access the Consul
118
- `Events <https://www.consul.io/docs/agent/http.html#events >`_ API
118
+ `Events <https://www.consul.io/docs/agent/http/event .html>`_ API
119
119
120
120
:rtype: :py:class:`consulate.api.event.Event`
121
121
@@ -125,7 +125,7 @@ def event(self):
125
125
@property
126
126
def health (self ):
127
127
"""Access the Consul
128
- `Health <https://www.consul.io/docs/agent/http.html#health >`_ API
128
+ `Health <https://www.consul.io/docs/agent/http/health .html>`_ API
129
129
130
130
:rtype: :py:class:`consulate.api.health.Health`
131
131
@@ -135,7 +135,7 @@ def health(self):
135
135
@property
136
136
def kv (self ):
137
137
"""Access the Consul
138
- `KV <https://www.consul.io/docs/agent/http.html#kv >`_ API
138
+ `KV <https://www.consul.io/docs/agent/http/kv .html>`_ API
139
139
140
140
:rtype: :py:class:`consulate.api.kv.KV`
141
141
@@ -145,7 +145,7 @@ def kv(self):
145
145
@property
146
146
def lock (self ):
147
147
"""Wrapper for easy :class:`~consulate.api.kv.KV` locks.
148
-
148
+ `Semaphore <https://www.consul.io/docs/guides/semaphore.html>` _Guide
149
149
Example:
150
150
151
151
.. code:: python
@@ -165,7 +165,7 @@ def lock(self):
165
165
@property
166
166
def session (self ):
167
167
"""Access the Consul
168
- `Session <https://www.consul.io/docs/agent/http.html#session >`_ API
168
+ `Session <https://www.consul.io/docs/agent/http/session .html>`_ API
169
169
170
170
:rtype: :py:class:`consulate.api.session.Session`
171
171
@@ -175,7 +175,7 @@ def session(self):
175
175
@property
176
176
def status (self ):
177
177
"""Access the Consul
178
- `Status <https://www.consul.io/docs/agent/http.html#status >`_ API
178
+ `Status <https://www.consul.io/docs/agent/http/status .html>`_ API
179
179
180
180
:rtype: :py:class:`consulate.api.status.Status`
181
181
0 commit comments