Use the repository HTML URL in the API object.

This commit is contained in:
Mihai Parparita 2014-08-11 21:29:49 -07:00
parent d5492565e1
commit 06d8b89cb3

View file

@ -11,9 +11,7 @@
{{range $index, $repoDigest := .RepoDigests}} {{range $index, $repoDigest := .RepoDigests}}
<h2> <h2>
<a href="https://github.com/{{.Repo.FullName}}"> <a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
{{.Repo.FullName}}
</a>
</h2> </h2>
<div> <div>