This PR fixes a broken link to the "MaxInMemorySize" section.
Comment From: sbrannen
The currently published HTML version of the reference manual does not exhibit a broken link for this.
So, out of curiosity, where are you seeing the broken link? Just in the files on GitHub like here?
Comment From: izeye
@sbrannen Sorry, I didn't check the reference docs. I just saw it on the source file. Feel free to close this if it's working intentionally somehow.
Comment From: sbrannen
Sorry, I didn't check the reference docs.
No problem.
I just saw it on the source file.
I was just curious if the link was broken in some other published format.
Feel free to close this if it's working intentionally somehow.
I think it's actually working by accident currently.
In fact, it only works because the document you edited is included in web-reactive.adoc
, which makes the link effectively local. But... it's definitely not "correct" as it is, since a refactoring of the documents could actually cause the link to be broken in the generated documentation. There are likely several other such "accidental" local links.
Comment From: sbrannen
This has been merged into master
.
Thanks
Comment From: sbrannen
Open mouth.... insert foot!
It actually only works the way it was before (by cross referencing based on the including document). Thus, I reverted the change in c972d861edee89c0ca97ddfe455d803f3d046ab9.
That's one of the nuances of Asciidoctor, but... it is what it is.