open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
19 stars 10 forks source link

Redirect Broken Dataset Links #98

Closed miori-nd closed 7 months ago

miori-nd commented 8 months ago

From @bdeadman on #97 -

I've found another dataset url issue which is potentially related, or maybe something to push to a separate issue.

Links to ORD datasets have been published in articles about ORD but these links are now broken after changes to the ord-interface. We have several example datasets linked in the JACS paper.

The old link is going to: https://client.open-reaction-database.org/id/ord-00b28c352e6a453398fad16ac35a55c6

but it should point to: https://open-reaction-database.org/id/ord-00b28c352e6a453398fad16ac35a55c6

How feasible is it to include a redirect in the ord-interface so if someone accesses an old dataset link it pushes through to the correct location?

The links need to redirect to the URL format without the "client" subdomain, can potentially be done by configuring the Vue router to the correct URL

miori-nd commented 7 months ago

Closing because the issue is now fixed, @skearnes added a new CNAME record and all client.* links on the site will now redirect to the correct datasets.