-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I am finding a couple of issues related to the "About" option offered on the top-level menu at https://www.quartz-scheduler.org/.
- First, clicking that button goes to https://www.quartz-scheduler.org/overview/, which gets an error:
Unresolved directive in index.adoc - include::/documentation/2.5.0-SNAPSHOT/introduction.adoc[]
FWIW, an introduction.adoc page mentioned there does indeed exist here (https://github.com/quartz-scheduler/quartz/blob/main/docs/introduction.adoc), though it's not clear if that's the file that was meant to be included there.
And I did look for both any file may be controlling that menu and (as indicated in the error) any index.adoc linking to introduction.adoc, but I could find neither.
- Second, on that page shown, there is a menu on the left for "about", "license", "quick start", and "full documentation", and there are a couple of issues with these.
The "quick start" link goes to https://www.quartz-scheduler.org/documentation/2.5.0-SNAPSHOT/quick-start-guide.html, which gets the site's custom 404 page (" Sorry! We've recently been heavily re-working the quartz-scheduler.org website, and some links have gone astray"...and that 404 page itself offers mid-page links including that "overview" link above, which fails from there also.)
And the "full documentation" link ALSO gets the 404. And FWIW the URL it links to also has that snapshot indication: https://www.quartz-scheduler.org/documentation/2.5.0-SNAPSHOT/index.html
To be clear, I'm just a visitor rather than a frequent contributor, so apologies if the build process is discussed somewhere or well-known by others, or someone readily discerns the solution to both issues having to do with the links naming the snapshot version. Again, this is on the public web site, so I just wanted to report this here as I didn't find any other issue yet referring to the matter.