I also find some issues navigating documentation through search bar. Steps to reproduce 1) Go to https://jena.apache.org/documentation/javadoc/jena/index.html 2) Use Search Bar on top right. 3) Write ModelFactory(type)(example) 4) Click 5) NOT FOUND page displayed (https://jena.apache.org/documentation/javadoc/jena/undefined/org/apache/jena/rdf/model/ModelFactory.html)
Happy holidays, Rinor Sefa -----Original Message----- From: Andy Seaborne <[email protected]> Sent: Sunday, 26 December 2021 12:59 To: [email protected] Subject: Re: Javadoc links are broken? On 25/12/2021 11:35, Martynas Jusevičius wrote: > Hi, > > Happy holidays! > > Is it just me or most Javadoc links are broken? Or is it a Google > indexing problem? The Apache Jena project is not responsible for Google indexing :-) > For example: > https://jena.apache.org/documentation/javadoc/rdfconnection/org/apache > /jena/rdfconnection/RDFDatasetConnection.html Java11 javadoc is quite different to java8 javadoc. The material is there if you navigate to it. https://jena.apache.org/documentation/javadoc/rdfconnection/org.apache.jena.rdfconnection/org/apache/jena/rdfconnection/RDFDatasetConnection.html > https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/quer > y/DatasetAccessor.html Not in the codebase. > Those are the links I get searching Google for "RDFDatasetConnection" > and "DatasetAccessor" and both return "Not Found". > > Martynas >
