Skip to content

Commit 2c77cf7

Browse files
authored
Fix link to trino authorization (#303)
* Fix link to trino authorization See #299 * Use release branches for docs repo
1 parent 6f2284a commit 2c77cf7

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

antora-playbook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ urls:
1515
content:
1616
sources:
1717
- url: https://github.com/stackabletech/documentation.git
18-
branches: main
19-
tags: docs/*
18+
branches: [main, release/*]
2019

2120
- url: https://github.com/stackabletech/stackablectl.git
2221
branches: main

gitpod-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ urls:
1414
content:
1515
sources:
1616
- url: /workspace/documentation
17-
branches: HEAD
17+
branches: [HEAD, release/*]
1818

1919
- url: https://github.com/stackabletech/stackablectl.git
2020
branches: main

local-antora-playbook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ urls:
1515
content:
1616
sources:
1717
- url: ./
18-
tags: docs/*
19-
branches: HEAD
18+
branches: [HEAD, release/*]
2019

2120
- url: https://github.com/stackabletech/stackablectl.git
2221
branches: main

modules/concepts/pages/opa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The automatic connection is facilitated by the xref:service_discovery.adoc[servi
8181

8282
Read more about the xref:opa::index.adoc[]. Read more about product integration with OPA for these products:
8383

84-
* xref:trino::usage.adoc#_authorization[Trino]
84+
* xref:trino:usage_guide:security.adoc#_authorization[Trino]
8585
* xref:kafka::usage.adoc[Kafka]
8686
* xref:druid::usage.adoc#_using_open_policy_agent_opa_for_authorization[Druid]
8787

0 commit comments

Comments
 (0)