We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fc7a1 commit 6e9fd71Copy full SHA for 6e9fd71
static/js/plugin.js
@@ -1,6 +1,6 @@
1
function plugin(hook, vm) {
2
hook.beforeEach(function (content) {
3
- const editUrl = `${vm.config.repo}/edit/master${vm.route.file}`;
+ const editUrl = `${vm.config.repo}/blob/master${vm.route.file}`;
4
const newContent = `!> 免责声明:请合理使用编程猫社区API,如果因为使用不当对您和编程猫社区造成损失,本文档开发团队不承担任何法律责任
5
6
[:memo:编辑文档](${editUrl})
0 commit comments