SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Fix typo of URL of sbol data model specification #425

Closed Omarelsherif010 closed 1 year ago

Omarelsherif010 commented 1 year ago

Inside constant.py file the URL of SBOL data model specification is not correct.

I am not sure if it is better to change the URL itself to look like the one written in file or change the one in file for now until next update.

currently this make the URL inside the file send the user to SBOL data model specification website.

fixes #424

tcmitchell commented 1 year ago

This is a good catch, thanks for updating the URL. The sbolstandard web site was migrated last year and the URL must have changed as part of that migration. You are correct that the URL should be updated in constants.py to match the new URL at sbolstandard.org

Omarelsherif010 commented 1 year ago

Finally reverted the file

Now, the .gitignore file in my branch is the same as the one on the main