-
Notifications
You must be signed in to change notification settings - Fork 2
CU-869a6v8qd: Fix tutorial links #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
medcat-v2-tutorials/README.md
Outdated
| Part | Title | | ||
| ---- |-----------------------------------------------------------------------------| | ||
| 1. | [Migrate a v1 model to v2](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/migration/1._Migrate_v1_model_to_v2.ipynb) | | ||
| 1. | [Migrate a v1 model to v2](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/notebooks/introductory/migration/1._Migrate_v1_model_to_v2.ipynb) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I'd mean to ask your opinion on this, super minor.
I'd noticed we can just do relative path for this readme. Do we use this file somewhere else so want the full github url?
Just notebooks/introductory/migration/1._Migrate_v1_model_to_v2.ipynb
instead of the github url.
It works in the github UI too
If it's just used here then I'd just go relative path...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I think (in the very early days) these might have been on the main MedCAT README. Which meant they propagated to pypi. And my guess is that that's why they've always been a full link rather than a relative one. But I've never questioned it.
Right now, I don't see a reason they need to be github links. Should be finw with relative ones, as far as I know.
medcat-v2-tutorials/README.md
Outdated
| ---- |-----------------------------------------------------------------------------| | ||
| 1. | [Creating and using a custom tokenizer](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | | ||
| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/2._Create_and_use_component.ipynb) | | ||
| 1. | [Creating and using a custom tokenizer](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wrong anyway
medcat-v2-tutorials/README.md
Outdated
| 1. | [Creating and using a custom tokenizer](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | | ||
| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/2._Create_and_use_component.ipynb) | | ||
| 1. | [Creating and using a custom tokenizer](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | | ||
| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/main/notebooks/advanced/2._Create_and_use_component.ipynb) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is this.
Looks like the links weren't correct in the README.