We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc595cb commit 80d3aa7Copy full SHA for 80d3aa7
src/plugin.js
@@ -55,7 +55,7 @@ window.require(["gitbook"], function(gitbook) {
55
var pathname = path.join(gitbook.state.config.root, gitbook.state.filepath);
56
var apiURL = getAPIURL(config, pathname);
57
var resourceURL = getResourceURL(config, pathname, "master");
58
- var editURL = getEditURL(config, gitbook.state.filepath, "master");
+ var editURL = getEditURL(config, pathname, "master");
59
var chapterTitle = gitbook.state.chapterTitle;
60
getContentAsync(apiURL).then(function(markdown) {
61
var bug = new BugReporter(getIssueURL(config));
0 commit comments