Skip to content

Commit c492b70

Browse files
authored
Merge pull request kroxylicious#1775 from PaulRMellor/docs_github-issues-link-fix
docs(bug): fixes broken link related to github issues
2 parents eb36a37 + 0defd2a commit c492b70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_assets/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//Proxy links
2222
:github: https://github.com/kroxylicious/kroxylicious
2323
:github-releases: https://github.com/kroxylicious/kroxylicious/{gitRef}
24-
:github-issues: https://github.com/kroxylicious/kroxylicious/issues[Kroxylicious issues^]
24+
:github-issues: https://github.com/kroxylicious/kroxylicious/issues
2525
:api-javadoc: https://javadoc.io/doc/io.kroxylicious/kroxylicious-api/{KroxyliciousVersion}
2626
:kms-api-javadoc: https://javadoc.io/doc/io.kroxylicious/kroxylicious-kms/{KroxyliciousVersion}
2727
:encryption-api-javadoc: https://javadoc.io/doc/io.kroxylicious/kroxylicious-encryption/{KroxyliciousVersion}

docs/assemblies/assembly-multi-tenancy-filter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To set up the filter, configure it in Kroxylicious.
2323

2424
IMPORTANT: While the Multi-tenancy filter isolates operations on resources, it does not isolate user identities across tenants.
2525
User authentication and ACLs (Access Control Lists) are shared across all tenants, meaning that identity is not scoped to individual tenants.
26-
For more information on open issues related to this filter, see {github-issues}.
26+
For more information on open issues related to this filter, see {github-issues}[Kroxylicious issues^].
2727

2828
NOTE: For more information on Kafka's support for multi-tenancy, see the {ApacheKafkaSite}.
2929

docs/modules/configuring/con-configuring-vc-client-tls.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If set to `REQUESTED`, the client is requested to present a certificate. If pres
9393
If set to `NONE`, client authentication is disabled.
9494

9595
NOTE: The client's identity, as established through TLS client authentication, is currently not relayed to the target cluster.
96-
For more information, see the {github-issues}/issues/1637[related issue].
96+
For more information, see the {github-issues}/1637[related issue^].
9797

9898
You can restrict the TLS protocols by specifying either an allow list of TLS protocols to be enabled, or a deny list of
9999
TLS protocols to be disallowed from the platform's default.

0 commit comments

Comments
 (0)