Hi Folks, I was reading documentation on https://arrow.apache.org/java/current/memory.html and found that hyperlinks for ArrowBuf and BufferAllocator are giving 404.
Tried to investigate further and few observations 1. Clicking on arrow.apache.org -> Docs -> Java, documentation points to 18.1.0 version. I believe we recently release 19.0.0 2. arrow-java code base has correct url base ( https://arrow.apache.org/java/current/reference/org.apache.arrow.memory.core), however the docs page points to https://arrow.apache.org/docs/java/reference Possibly some website portion is out of sync Referenced code link: https://github.com/apache/arrow-java/blob/d952ed48ef257b90a2085bca574ddd9213b67c91/docs/source/memory.rst?plain=1#L336 I tried to fiddle with the arrow-site repo but somehow couldn't progress much. Any pointers on what I am missing? -- thanks ashish
