processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
64 stars 95 forks source link

404 on local Language Reference "back to cover" image #349

Closed Loud-Cat closed 1 year ago

Loud-Cat commented 1 year ago

Issue description

In the Language Reference local website (found via Help -> Reference in the Processing IDE), there is an image with the text "Processing" and title "Back to the Processing cover." Upon clicking the image, instead of being sent to the "cover" web page (http://localhost:8053/reference/index.html), I get sent to a page that says "404 Not Found" (http://localhost:8053)

image image

URL(s) of affected page(s)

http://localhost:8053/reference/index.html (and all other pages of the language reference)

Proposed fix

In the source code, change the href property of the anchor tag (<a>) under #header (<div id="header">) from "/" to "/reference/index.html"

SableRaf commented 1 year ago

The local reference has been updated along with the new website. Make sure to use the latest version of Processing, download the local reference, and you should be good to go! Thanks for your feedback :)