aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-12-18 15:42:56 +0000
committerGitHub <noreply@github.com>2019-12-18 15:42:56 +0000
commitb4bda14f3c73a3550ea3c415d76cac3ada63b7ab (patch)
treeaec553ab9357cdb65fe0d338fb9f407f4399a035 /docs/index.html
parentf42dd61b8d29f71af2ce479064c64c96fef55ad4 (diff)
parent3c190f8927f8676febb5e247908d2bdfd574a54b (diff)
downloadfirmware-b4bda14f3c73a3550ea3c415d76cac3ada63b7ab.tar.gz
firmware-b4bda14f3c73a3550ea3c415d76cac3ada63b7ab.tar.bz2
firmware-b4bda14f3c73a3550ea3c415d76cac3ada63b7ab.zip
Merge pull request #7666 from fauxpark/docs-edit-page
Improve docs "Edit Document" footer
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 8d03c6ede..9b33cd263 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -82,9 +82,9 @@
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/master/, '/blob/master')
} else {
- url = 'https://github.com/qmk/qmk_firmware/blob/master/docs/' + vm.route.file
+ url = 'https://github.com/qmk/qmk_firmware/edit/master/docs/' + vm.route.file
}
- var editHtml = '[:memo: Edit Document](' + url + ')\n'
+ var editHtml = ':pencil2: [Edit this page](' + url + ')\n'
return html
+ '\n\n----\n\n'
+ editHtml