[
https://issues.apache.org/jira/browse/KAFKA-20073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18053367#comment-18053367
]
ASF GitHub Bot commented on KAFKA-20073:
----------------------------------------
rionmonster opened a new pull request, #788:
URL: https://github.com/apache/kafka-site/pull/788
## Description
This pull request addresses
[KAFKA-20073](https://issues.apache.org/jira/browse/KAFKA-20073) which details
several links within the Project Security section of the site that fail to
render properly. This is because the supplied square brackets within the links
need to be explicitly encoded to render properly (e.g., `Subject=\[SECURITY\] `
-> `subject=%5BSECURITY%5D`).
## Example(s) of Applied Fix
#### Example of Rendered Project Security Section (Post-fix)
<img width="1120" height="873" alt="Project-Security-Postfix"
src="https://github.com/user-attachments/assets/cab01a23-7273-4675-b669-2fa046510427"
/>
#### Example of Functional Mailto Link
<img width="868" height="809" alt="Mail Link Results"
src="https://github.com/user-attachments/assets/bc7875f0-1817-4fd9-8869-9fb71ece8e4f"
/>
> Broken mailto links on website
> ------------------------------
>
> Key: KAFKA-20073
> URL: https://issues.apache.org/jira/browse/KAFKA-20073
> Project: Kafka
> Issue Type: Bug
> Components: website
> Reporter: Mickael Maison
> Assignee: Rion Williams
> Priority: Major
>
> Mailto links on pages like
> [https://kafka.apache.org/community/project_security/] are broken and don't
> render as links
--
This message was sent by Atlassian Jira
(v8.20.10#820010)