Skip to content

Commit 7c49ac3

Browse files
#685 fixed bad links in the quick edit button
1 parent fc84238 commit 7c49ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/feedback-menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a class="" href="https://github.com/softlayer/githubio_source/issues/new?title=Feedback%20for%20{{.Section}}%20-%20{{.Title}}&body=Feedback+regarding%3A%20{{ .Permalink }}"> Open an issue</a>
88
<i class="fab fa-github" alt="github"></i>
99
<span> - </span>
10-
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}.md" style="text-align: right;"> Quick Edit</a>
10+
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}" style="text-align: right;"> Quick Edit</a>
1111
<i class="fab fa-github" alt="github"></i>
1212

1313
</p>

0 commit comments

Comments
 (0)