We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b03932 commit f628f34Copy full SHA for f628f34
docs/_includes/notify-repo-list.html
@@ -3,7 +3,7 @@ <h2>Repository List</h2>
3
<ul>
4
{% for repo in site.notify-repos %}
5
<li>
6
- <a href="https://www.github.com/NHSDigital/{{repo.repo-name}}">
+ <a href="{{site.baseurl}}/notify-repos/{{repo.repo-name}}.html">
7
{{ repo.name }} - {{ repo.description }}
8
</a>
9
</li>
0 commit comments