ArmanTaheriGhaleTaki opened a new pull request, #774: URL: https://github.com/apache/kafka-site/pull/774
# Summary This PR fixes a malformed GitHub URL that contained an erroneous double slash (//) in the path. The incorrect URL structure was causing potential resolution issues and follows best practices for clean, canonical URLs. ## Changes Made Fixed URL path: Changed https://github.com/apache/kafka-site//tree/markdown/ <img width="1912" height="1080" alt="image" src="https://github.com/user-attachments/assets/0519cf7a-e1b6-4722-a0b3-90042e28e649" /> to https://github.com/apache/kafka-site/tree/markdown/... <img width="1912" height="1080" alt="image" src="https://github.com/user-attachments/assets/3a838681-3495-4ffc-9a45-6d580162e3ee" /> Removed duplicate slash: Eliminated the redundant // that appeared before tree in the URL path ## and there is another change The kafka-site repository has disabled its GitHub Issues section, making the original link non-functional for users trying to submit feedback. All Apache Kafka project issues are now centrally managed through the official Apache JIRA instance, which is the standard issue tracking system for Apache Software Foundation projects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
