summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md3
-rw-r--r--docs/contributing.md4
-rw-r--r--docs/contributing/style_guide.md (renamed from std/style_guide.md)0
-rw-r--r--docs/toc.json1
4 files changed, 5 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d988bb02a..3147bfbc4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,4 @@
<!--
-Before submitting a PR, please read https://deno.land/std/manual.md#contributing
+Before submitting a PR, please read
+https://github.com/denoland/deno/blob/master/docs/contributing.md
-->
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
diff --git a/std/style_guide.md b/docs/contributing/style_guide.md
index be953136f..be953136f 100644
--- a/std/style_guide.md
+++ b/docs/contributing/style_guide.md
diff --git a/docs/toc.json b/docs/toc.json
index 7956a402a..f87b1c0a5 100644
--- a/docs/toc.json
+++ b/docs/toc.json
@@ -65,6 +65,7 @@
"children": {
"building_from_source": "Building from source",
"development_tools": "Development tools",
+ "style_guide": "Style guide",
"architecture": "Architecture"
}
},