bids-standard / bids-website

Website for the Brain Imaging Data Structure standard.
https://bids.neuroimaging.io
Creative Commons Attribution 4.0 International
26 stars 52 forks source link

redirect old BEP pages to their relevant page in the mkdocs.yml #403

Closed Remi-Gau closed 3 weeks ago

Remi-Gau commented 1 month ago

why ?

when the new site will replace the old one some URL will die ☠️. So better put some redirect in place.

TODO

see redirects section here: https://github.com/bids-standard/bids-website/blob/2ce099db576d8edd41f6730bedf87b8b635a6a07/mkdocs.yml#L22

an example below

  - redirects:
      redirect_maps:
        "bep004": "https://docs.google.com/document/d/1kyw9mGgacNqeMbp4xZet3RnDhcMmf4_BmRgKaOkO2Sc/"

I do not think we will keep those redirect forever but at least it will prevent some confusion after we roll out the new website.

Remi-Gau commented 1 month ago

another option that may add more friction to the users: redirect all old BEP pages to a page that says: this page has been moved: to find the new link check our BEP table (insert link here)