Copilot commented on code in PR #7155: URL: https://github.com/apache/hbase/pull/7155#discussion_r2209290496
########## src/main/asciidoc/_chapters/configuration.adoc: ########## @@ -1264,7 +1264,7 @@ idea on the size you need by surveying RegionServer UIs; you'll see index block the top of the webpage). [[nagles]] -==== link:http://en.wikipedia.org/wiki/Nagle's_algorithm[Nagle's] or the small package problem +==== ++link:http://en.wikipedia.org/wiki/Nagle's_algorithm[Nagle's]++ or the small package problem Review Comment: Using ++link:...++ syntax instead of standard AsciiDoc link syntax is unusual and may not render correctly in all documentation processors. Consider using standard link syntax. ```suggestion ==== link:http://en.wikipedia.org/wiki/Nagle's_algorithm[Nagle's] or the small package problem ``` ########## src/main/asciidoc/_chapters/security.adoc: ########## @@ -785,7 +785,7 @@ This is future work. == Transport Level Security (TLS) in HBase RPC communication Since version `2.6.0` HBase supports TLS encryption in server-client and Master-RegionServer communication. -link:https://en.wikipedia.org/wiki/Transport_Layer_Security/[Transport Layer Security (TLS)] is a standard +link:https://en.wikipedia.org/wiki/Transport_Layer_Security[Transport Layer Security (TLS)] is a standard Review Comment: The Wikipedia URL change removes a trailing slash that was causing the link to break. This is a good fix for link maintenance. -- 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]
