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 shortened links with real links #199

Closed
jennydaman opened this issue May 20, 2021 · 1 comment · Fixed by #231
Closed

Replace shortened links with real links #199

jennydaman opened this issue May 20, 2021 · 1 comment · Fixed by #231
Labels
enhancement Something to be improved good first issue Good for newcomers

Comments

@jennydaman
Copy link
Collaborator

<a className="instructions-source" href="http://bit.ly/2KghHdY">[source]</a>

  • the link here is outdated
  • URL shorteners do not respect privacy

This needs to be changed to https://github.com/FNNDSC/cookiecutter-chrisapp/wiki/Quickstart

@jennydaman jennydaman added enhancement Something to be improved good first issue Good for newcomers labels May 20, 2021
@jennydaman
Copy link
Collaborator Author

We should replace all of them.

$ rg bit.ly
src/components/Developers/components/Instructions/Instructions.js
10:        <a className="instructions-source" href="http://bit.ly/2KghHdY">[source]</a>
36:                    href="http://bit.ly/2Iih52m"
45:                    href="http://bit.ly/2KghHdY"
141:              <a href="http://bit.ly/2yzbRzF">simple <strong>fs</strong> plugin</a>
143:              <a href="http://bit.ly/2KbHosS">simple <strong>ds</strong> plugin</a>
156:              consult the <a href="http://bit.ly/2ltTJ0w">wiki</a> to learn how to register it to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something to be improved good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant