junegunn commented on code in PR #7155: URL: https://github.com/apache/hbase/pull/7155#discussion_r2209409677
########## 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: Fixed in 5fb0af7b64ba951a11f24cc6531d9c90cede33a9 ```diff -<h4 id="nagles"><a class="anchor" href="#nagles"></a>9.3.3. <a href="http://en.wikipedia.org/wiki/Nagle’s_algorithm">Nagle’s</a> or the small package problem</h4> +<h4 id="nagles"><a class="anchor" href="#nagles"></a>9.3.3. <a href="http://en.wikipedia.org/wiki/Nagle%27s_algorithm">Nagle’s</a> or the small package problem</h4> ``` -- 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]
