aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2019-11-24 21:40:30 -0800
committerAlex Yatskov <alex@foosoft.net>2019-11-24 21:40:30 -0800
commit233a115ff9d470ad26aabb53226da5517bd34940 (patch)
treea3a7c6232db6bbd52d396df8af585b20e8f13dda /README.md
parent91c54e1853025c82b9f9e60c490c989ff7149d7d (diff)
Fix broken link to eslintrc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8af8295..a5c00b17 100644
--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@ other developers who want to help out. I take pride in the high quality of the c
following basic guidelines when creating pull requests:
* Please discuss large features before writing code.
-* Follow the [conventions and style](https://raw.githubusercontent.com/FooSoft/dotfiles/master/.eslintrc.json) of the existing code.
+* Follow the [conventions and style](.eslintrc.json) of the existing code.
* Write clean, modern ES6 code (`const`/`let`, `await`, arrow functions, etc.)
* Large pull requests without a clear scope will not be merged.
* Incomplete or non-standalone features will not be merged.