Skip to content

Commit 2504e3d

Browse files
authored
Remove assumption regarding local git clone
1 parent d982333 commit 2504e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/api-links/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
if (input.length > 0) {
5555
const repositoryDirectory = dirname(input[0].path);
5656

57-
const repository = getBaseGitHubUrl(repositoryDirectory);
57+
const repository = 'https://github.com/nodejs/node';
5858

5959
const tag = getCurrentGitHash(repositoryDirectory);
6060

0 commit comments

Comments
 (0)