Browse Source

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.
pull/8638/head
Blake Covarrubias 4 years ago committed by Blake Covarrubias
parent
commit
d21740a308
  1. 3
      website/pages/api-docs/agent/service.mdx

3
website/pages/api-docs/agent/service.mdx

@ -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…
Cancel
Save