Merge pull request #289 from jepler/fix-contributing-links
contributing: fix links which had '(### days)' in the URL
This commit is contained in:
commit
5adc5c55fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue