Skip to content

Commit a547fe4

Browse files
authored
docs: Fix link
1 parent 52c2a1a commit a547fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/REST-API/REST-API.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ security context, which can be used in the
2929
configuration file][ref-config-js].
3030

3131
The API Token is passed via the Authorization Header. The token itself is a
32-
[JSON Web Token](https://jwt.io), the [Security section](security) describes how
33-
to generate it.
32+
[JSON Web Token](https://jwt.io), the [Security section][ref-security] describes
33+
how to generate it.
3434

3535
In the development environment the token is not required for authorization, but
3636
you can still use it to pass a security context.
@@ -133,3 +133,4 @@ example, the following query will retrieve rows 101-200 from the `Orders` cube:
133133
[ref-api-ref-query-format]: /query-format#query-properties
134134
[ref-config-cors]: /config#http
135135
[ref-schema-ref-cube-refresh-key]: /schema/reference/cube#refresh-key
136+
[ref-security]: /security

0 commit comments

Comments
 (0)