Merge pull request #289 from jepler/fix-contributing-links

contributing: fix links which had '(### days)' in the URL
This commit is contained in:
sommersoft 2019-09-17 21:14:13 -05:00 committed by GitHub
commit 5adc5c55fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ permalink: /libraries/contributing
{{repo_issue[0]}}
<ul>
{% for issue in repo_issue[1] %}
<li><a href="{{ issue }}">{{ issue }}</a></li>
<li><a href="{{ issue | split: " " | first }}">{{ issue }}</a></li>
{% endfor %}
</ul>
</li>