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 d982333 commit 2504e3dCopy full SHA for 2504e3d
src/generators/api-links/index.mjs
@@ -54,7 +54,7 @@ export default {
54
if (input.length > 0) {
55
const repositoryDirectory = dirname(input[0].path);
56
57
- const repository = getBaseGitHubUrl(repositoryDirectory);
+ const repository = 'https://github.com/nodejs/node';
58
59
const tag = getCurrentGitHash(repositoryDirectory);
60
0 commit comments