Skip to content

Commit 712171d

Browse files
committed
fix format for github links
1 parent f60074b commit 712171d

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

generateDoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var typedoc = require('typedoc');
22

33
async function main() {
44
const app = await typedoc.Application.bootstrapWithPlugins();
5-
var gitLink = "https://github.com/ajaxorg/ace/tree/" + process.env.ACE_VERSION + "/{path}#{line}";
5+
var gitLink = "https://github.com/ajaxorg/ace/tree/" + process.env.ACE_VERSION + "/{path}#L{line}";
66
app.options.setValue("sourceLinkTemplate", gitLink);
77

88
const projectReflection = await app.convert();

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "docgenerator-for-ace",
33
"version": "1.0.0",
44
"dependencies": {
5-
"typedoc": "^0.25.3"
5+
"typedoc": "^0.25.7"
66
}
77
}

0 commit comments

Comments
 (0)