Skip to content

Commit f9a1923

Browse files
Update scripts/gqm_gen/index.ts
Co-authored-by: rrrutledge <[email protected]>
1 parent eedf6b3 commit f9a1923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gqm_gen/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { FileLink } from "./types";
77
const graph = getGQMFileLinks();
88

99
export function getLinkUrl(linkType: LinkType, file: string) {
10-
// https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring/goals/reduce-duplication.md
1110
const measuringUrl = "https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring/";
1211
const url = `${measuringUrl}/${linkType.toLowerCase()}s/${file}`
1312
return url;

0 commit comments

Comments
 (0)