Skip to content

Commit f628f34

Browse files
Correctly links to the repo pages.
1 parent 8b03932 commit f628f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/notify-repo-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2>Repository List</h2>
33
<ul>
44
{% for repo in site.notify-repos %}
55
<li>
6-
<a href="https://www.github.com/NHSDigital/{{repo.repo-name}}">
6+
<a href="{{site.baseurl}}/notify-repos/{{repo.repo-name}}.html">
77
{{ repo.name }} - {{ repo.description }}
88
</a>
99
</li>

0 commit comments

Comments
 (0)