diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-09 09:05:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 09:05:23 -0400 |
commit | 5de077ab6558129d57e1212e0896caa5d5318eb1 (patch) | |
tree | 1dbb6a515f89f8edea9a55f3f68f796a8866a074 /docs/contributing.md | |
parent | f184332c09c851faac50f598d29ebe4426e05464 (diff) |
Move style guide to docs dir (#5174)
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index c650af79d..df2d1de24 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,6 +1,6 @@ # Contributing -- Read the [style guide](style_guide.md). +- Read the [style guide](contributing/style_guide.md). - Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse. @@ -16,7 +16,7 @@ ## Development Instructions on how to build from source can be found -[here](./building-from-source). +[here](./contributing/building_from_source.md). ## Submitting a Pull Request |