simonmichael / hledger_site

The repo for hledger.org, the hledger project's website.
GNU General Public License v3.0
63 stars 37 forks source link

Old URLs now leading to 404 errors #77

Closed Flimm closed 1 year ago

Flimm commented 1 year ago

I searched for hledger documentation on Google, and got these results:

screenshot

The first result leads to https://hledger.org/MANUAL.html . That URL redirects to https://hledger.org/hledger.html , which redirects in turn to https://hledger.org/1.29/hledger.html , which gives a 404 error.

The second result is https://hledger.org/hledger-ui.html , which redirects to https://hledger.org/1.29/hledger-ui.html , which gives a 404 error.

I think it would be useful if the old URLs redirected to useful pages.

simonmichael commented 1 year ago

You're right, thanks for the report. I believe this was a temporary breakage, all seems to be working normally now.

simonmichael commented 1 year ago

And sorry for missing this.

Flimm commented 1 year ago

Thank you so much!