You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the primary functions of this project is to provide stable URLs to transformed ontologies.
Consequently, we should keep track of all new URLs we create, and do the following:
Append new URLs to a specific tracking file, independent of the tracking.yaml used to list OBO versions
Check URL validity and resolvability during Jenkins build
Create redirects?
The text was updated successfully, but these errors were encountered:
All URLs should be unique (i.e., don't replace existing graph files with new versions in-place, create new paths for new versions) so if a link is moved the original URL will still be in the manifest. It can be obsoleted and redirected, though I'm not sure how to handle this automatically without checking if all URLs resolve at each update of the manifest.
One of the primary functions of this project is to provide stable URLs to transformed ontologies.
Consequently, we should keep track of all new URLs we create, and do the following:
The text was updated successfully, but these errors were encountered: