mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Use the repository HTML URL in the API object.
This commit is contained in:
parent
d5492565e1
commit
06d8b89cb3
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
{{range $index, $repoDigest := .RepoDigests}}
|
||||
<h2>
|
||||
<a href="https://github.com/{{.Repo.FullName}}">
|
||||
{{.Repo.FullName}}
|
||||
</a>
|
||||
<a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
|
||||
</h2>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue