Skip to content

Commit 2eab492

Browse files
sneakers-the-ratlwasser
authored andcommitted
switch url to pyopensci from tinyurl
1 parent a603e60 commit 2eab492

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

about/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can identify pyOpenSci packages that have been peer-reviewed by the green
121121
:::{figure-md} pyos-badge
122122
:class: myclass
123123

124-
<img src="https://tinyurl.com/y22nb8up" alt="The pyOpenSci badge" class="bg-primary mb-1" width="200px">
124+
<img src="https://pyopensci.org/images/badges/peer-reviewed.svg" alt="The pyOpenSci Peer Reviewed badge" class="bg-primary mb-1" width="200px">
125125

126126
pyOpenSci Peer Review Badge
127127
:::

appendices/package-approval-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are a few things left to do to wrap up this submission:
99

1010
- [ ] Activate [Zenodo](https://zenodo.org/) watching the repo if you haven't already done so.
1111
- [ ] Tag and create a release to create a Zenodo version and DOI.
12-
- [ ] Add the badge for pyOpenSci peer-review to the README.md of <package-name-here>. The badge should be `[![pyOpenSci](https://tinyurl.com/y22nb8up)](https://github.com/pyOpenSci/software-review/issues/issue-number)`.
12+
- [ ] Add the badge for pyOpenSci peer-review to the README.md of <package-name-here>. The badge should be `[![pyOpenSci Peer-Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number)`.
1313
- [ ] Please fill out the [post-review survey](https://forms.gle/BLGVCfUdiJHS5YJY7). All maintainers and reviewers should fill this out.
1414

1515
<IF JOSS SUBMISSION>

how-to/author-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Once your package is approved, a few things will happen:
250250
1. We will ask you to ensure that your package is being tracked / archived using
251251
Zenodo. You will then want to created a tagged release representing the version of the
252252
package accepted by pyOpenSci.
253-
1. We will ask you to add the pyOpenSci badge [![pyOpenSci](https://tinyurl.com/y22nb8up)](https://github.com/pyOpenSci/software-review/issues/issue-number) to the
253+
1. We will ask you to add the pyOpenSci badge [![pyOpenSci Peer Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number) to the
254254
top of your **README.md** file.
255255
1. We will promote your package on our social media channels!
256256
1. We will invite you to write a blog on our website spotlighting your package. The blogs that our maintainers write are some of the most popular content on the website!

how-to/editors-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ interested in this option, consider doing the following:
407407
- Go to the repository settings in the "pyOpenSci" GitHub organization and give the author "Admin" access to the repository.
408408
- Ask the author to:
409409
- Change any needed links, such as those for CI badges.
410-
- Add pyOpenSci badge: `[![pyOpenSci](https://tinyurl.com/y22nb8up)](link-to-issue)`.
410+
- Add pyOpenSci badge: `[![pyOpenSci Peer Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](link-to-issue)`.
411411
- Re-activate CI services:
412412
- For Travis, activating the project in the pyOpenSci account should be sufficient.
413413
- For AppVeyor, tell the author to update the GitHub link in their badge, but do not transfer the project: AppVeyor projects should remain under the authors' account. The badge is `[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/pyOpenSci/pkgname?branch=main&svg=true)](https://ci.appveyor.com/project/individualaccount/pkgname)`.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ programmers and researchers.
115115
:::{figure-md} pyos-badge-home
116116
:class: myclass
117117

118-
<img src="https://tinyurl.com/y22nb8up" alt="The pyOpenSci badge- On the left is the badge in grey and it says pyOpenSci. On the right it is bright green and says Peer Reviewed." class="bg-primary mb-1" width="200px">
118+
<img src="https://pyopensci.org/images/badges/peer-reviewed.svg" alt="The pyOpenSci badge- On the left is the badge in grey and it says pyOpenSci. On the right it is bright green and says Peer Reviewed." class="bg-primary mb-1" width="200px">
119119

120120
**pyOpenSci Peer Review Badge will appear on the README.md file of packages that have been
121121
reviewed and vetted by us.**

0 commit comments

Comments
 (0)