Skip to content
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

Replace dropbox links with tinyurl #66

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Replace dropbox links with tinyurl #66

merged 1 commit into from
Sep 26, 2024

Conversation

niksirbi
Copy link
Member

The ampersand & in the dropbox link was breaking sphinx's parsing from md to html.
I've replaced the dropbox link with a tinyurl to avoid this issue.

@niksirbi niksirbi marked this pull request as ready for review September 26, 2024 17:01
@@ -58,7 +58,7 @@ You should now have two new conda environments called `sleap` and `keypoint_mose

### Sample Data

Download the sample data for this course from [Dropbox](https://www.dropbox.com/scl/fo/ey7b6yrqax2olqyv1th7j/h?rlkey=u4wh2gxtbbn4g5o3s55zbx6pp&st=56698231&dl=0). Click "Download" to get the `behav-analysis-course.zip` archive, then unzip it.
Download the sample data for this course from https://tinyurl.com/behav-analysis-course-data. Click "Download" to get the `behav-analysis-course.zip` archive, then unzip it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Download the sample data for this course from https://tinyurl.com/behav-analysis-course-data. Click "Download" to get the `behav-analysis-course.zip` archive, then unzip it.
Download the sample data for this course from [Dropbox](https://tinyurl.com/behav-analysis-course-data). Click "Download" to get the `behav-analysis-course.zip` archive, then unzip it.

Copy link
Contributor

@lochhh lochhh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't suppose the link text removal was intended?

@niksirbi
Copy link
Member Author

I don't suppose the link text removal was intended?

It was intended. I figured if clicking the link fails, they can still read the tinyurl directly. But maybe I'm being overly cautious, I'm quite certain it works now.

@lochhh lochhh merged commit ce60e52 into main Sep 26, 2024
2 checks passed
@lochhh lochhh deleted the tinyurl branch September 26, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants