diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl
index 108aa0aa04..d89bcf1cc7 100644
--- a/templates/repo/graph/commits.tmpl
+++ b/templates/repo/graph/commits.tmpl
@@ -35,12 +35,12 @@
 							{{if eq $refGroup "pull"}}
 								{{if $.HidePRRefs}}
 									{{if (containGeneric $.SelectedBranches .Name) }}
-										<a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/pulls/{{.ShortName|PathEscape}}">
+										<a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/issues/{{.ShortName|PathEscape}}">
 											{{svg "octicon-git-pull-request" 16 "mr-2"}}#{{.ShortName}}
 										</a>
 									{{end}}
 								{{else}}
-									<a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/pulls/{{.ShortName|PathEscape}}">
+									<a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/issues/{{.ShortName|PathEscape}}">
 										{{svg "octicon-git-pull-request" 16 "mr-2"}}#{{.ShortName}}
 									</a>
 								{{end}}