mirror of https://github.com/status-im/consul.git
docs: Fix rendering of link under service config endpoint
HTML and markdown cannot be present in the same line. Change markdown link to HTML anchor element.
This commit is contained in:
parent
208b89d378
commit
b3ca781602
|
@ -145,8 +145,7 @@ The table below shows this endpoint's support for
|
|||
| ----------------- | ----------------- | ------------- | -------------- |
|
||||
| `YES`<sup>1</sup> | `none` | `none` | `service:read` |
|
||||
|
||||
<sup>1</sup> Supports [hash-based blocking](/api/features/blocking#hash-based-blocking-queries)
|
||||
only.
|
||||
<sup>1</sup> Supports <a href="/api/features/blocking#hash-based-blocking-queries">hash-based blocking</a> only.
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
Loading…
Reference in New Issue