Skip to content

Commit 319b566

Browse files
authored
Merge pull request #1301 from megoth/change-link-to-github-nss-version
Link to GitHub NSS instead of the Solid CG wiki
2 parents c08a287 + 4df07c1 commit 319b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-templates/server/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>Server info</h2>
4545
<dd>{{serverDescription}}</dd>
4646
{{/if}}
4747
<dt>Details</dt>
48-
<dd>Running on <a href="https://www.w3.org/community/solid/wiki/">Solid {{serverVersion}}</a></dd>
48+
<dd>Running on <a href="https://github.com/solid/node-solid-server/releases/tag/v{{serverVersion}}">Solid {{serverVersion}}</a></dd>
4949
</dl>
5050
</section>
5151
</div>

0 commit comments

Comments
 (0)