aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

v2_hybrid: change (and track) relative URLs to point to the the v3 app (16pts) #550

Open gnomicosuw opened 3 years ago

gnomicosuw commented 3 years ago

Change all relevant URLS in v2 to point to v3.

For example, in v2 URLs are relative, so links to "/users" go to "http:///users". Those links should go to "http:///users".

Conservative estimate to allow time to scrub all of v3 (to determine what URLs have been implemented) and all of v2 (to scrub and change those URLs). Will also create a shared doc to manage the list as we implement new features in v3.