aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-12-18 14:01:13 +1100
committerfauxpark <fauxpark@gmail.com>2019-12-18 14:01:13 +1100
commit3c190f8927f8676febb5e247908d2bdfd574a54b (patch)
tree525f9c95d6ee24f041c03d62ad41398cd58f2009 /docs/index.html
parent1ac99586a6035bb36fd8a9479b443e636a3abf87 (diff)
downloadfirmware-3c190f8927f8676febb5e247908d2bdfd574a54b.tar.gz
firmware-3c190f8927f8676febb5e247908d2bdfd574a54b.tar.bz2
firmware-3c190f8927f8676febb5e247908d2bdfd574a54b.zip
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