Skip to content

Commit

Permalink
docs: fix github link (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored Jan 10, 2021
1 parent 7d532ee commit a238c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export function createRegExpForWords(config: string | string[]): RegExp | null {

export const ruleCreator = ESLintUtils.RuleCreator(
(name) =>
`https://github/cartant/eslint-plugin-rxjs/tree/main/docs/rules/${name}.md`
`https://github.com/cartant/eslint-plugin-rxjs/tree/main/docs/rules/${name}.md`
);

0 comments on commit a238c2d

Please sign in to comment.