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 eedf6b3 commit f9a1923Copy full SHA for f9a1923
scripts/gqm_gen/index.ts
@@ -7,7 +7,6 @@ import { FileLink } from "./types";
7
const graph = getGQMFileLinks();
8
9
export function getLinkUrl(linkType: LinkType, file: string) {
10
- // https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring/goals/reduce-duplication.md
11
const measuringUrl = "https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring/";
12
const url = `${measuringUrl}/${linkType.toLowerCase()}s/${file}`
13
return url;
0 commit comments