Skip to content

Commit a35e0da

Browse files
committed
fix: quotes
1 parent 9c2732f commit a35e0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/how-to-submit-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ There are **three submission types** that you can select from:
137137
**<i class="fa-solid fa-link"></i> [Click here to to our GitHub issue submission page](https://github.com/pyOpenSci/software-submission/issues/new/choose)**
138138

139139
<figure>
140-
<source srcset="{{ page.url | relative_url }}/images/peer-review/pyopensci-software-review-issue-selection.webp" type="image/webp">
141-
<img src="{{ page.url | relative_url }}/images/peer-review/pyopensci-software-review-issue-selection.png" style="max-width:100%" alt="Screenshot of the pyOpenSci issue selection screen on GitHub, with three options: Help Request, Presubmission Inquiry, and Submit Software for Review.">
140+
<source srcset="{{ '/images/peer-review/pyopensci-software-review-issue-selection.webp' | relative_url }}" type="image/webp">
141+
<img src="{{ '/images/peer-review/pyopensci-software-review-issue-selection.png' | relative_url }}" style="max-width:100%" alt="Screenshot of the pyOpenSci issue selection screen on GitHub, with three options: Help Request, Presubmission Inquiry, and Submit Software for Review.">
142142
<figcaption>
143143
Above are the three issue templates that you can select from when submitting a package for review to pyOpenSci. Select the issue that best fits your current situation.
144144
</figcaption>

0 commit comments

Comments
 (0)