Skip to content

Commit

Permalink
docs: update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 12, 2024
1 parent 430e00c commit 1d19cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docsUrl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pkg from '../package.json'

const repoUrl = 'https://github.com/import-js/eslint-plugin-import'
const repoUrl = 'https://github.com/un-es/eslint-plugin-import-x'

export default function docsUrl(ruleName, commitish = `v${pkg.version}`) {
return `${repoUrl}/blob/${commitish}/docs/rules/${ruleName}.md`
Expand Down

0 comments on commit 1d19cfa

Please sign in to comment.