junegunn commented on code in PR #7155:
URL: https://github.com/apache/hbase/pull/7155#discussion_r2209396985


##########
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:
   The purpose of `++` is to prevent `'` from being converted to `’`, and the 
link becoming http://en.wikipedia.org/wiki/Nagle%E2%80%99s_algorithm.
   
   Although Wikipedia redirects this to 
https://en.wikipedia.org/wiki/Nagle%27s_algorithm, but it's better to avoid the 
unnecessary redirection in the first place.
   
   However, the link inside `++` doesn't seem to rendered correctly. I'll see 
what I can do.
   
   ```diff
   -<h4 id="nagles"><a class="anchor" href="#nagles"></a>9.3.3. <a 
href="http://en.wikipedia.org/wiki/Nagle&#8217;s_algorithm";>Nagle&#8217;s</a> 
or the small package problem</h4>
   +<h4 id="nagles"><a class="anchor" href="#nagles"></a>9.3.3. 
link:http://en.wikipedia.org/wiki/Nagle's_algorithm[Nagle's] 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]

Reply via email to