Skip to content

Commit 706d6ab

Browse files
authored
Merge pull request #107 from vhoyer/master
Remove extra quoute character in docURL
2 parents 59da690 + 0d2d19f commit 706d6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/makeDocsURL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const makeDocsURL = (name) =>
2-
`https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md"`;
2+
`https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md`;
33

44
module.exports = makeDocsURL;

0 commit comments

Comments
 (0)