Skip to content

Commit

Permalink
[ESLint Plugin] fix docs link (#11400)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Sep 22, 2020
1 parent e34df1d commit 75c4d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/src/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getRuleMetaData = (
description: ruleDescription,
category: "Best Practices",
recommended: true,
url: `https://github.com/Azure/azure-sdk-tools/blob/master/tools/eslint-plugin-azure-sdk/docs/rules/${ruleName}.md`
url: `https://github.com/Azure/azure-sdk-for-js/tree/master/common/tools/eslint-plugin-azure-sdk/docs/rules/${ruleName}.md`
},
schema: []
};
Expand Down

0 comments on commit 75c4d5c

Please sign in to comment.