diff options
author | Lucas Machado <44952113+machadolucasvp@users.noreply.github.com> | 2020-05-11 21:36:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 20:36:24 -0400 |
commit | eec085573707d1df2bb5fbec88b9a3240613ca1f (patch) | |
tree | 359e75e5ba99f8e2db0e7896fb5a84eab65e9a8c | |
parent | c912ffde11fc6eeb5552fce660787aa80ab2a0a9 (diff) |
fix(std): fix broken style guide link (#5211)
-rw-r--r-- | std/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/std/README.md b/std/README.md index 641146902..762f23f2f 100644 --- a/std/README.md +++ b/std/README.md @@ -42,4 +42,5 @@ building Go. We generally welcome direct ports of Go's code. Please ensure the copyright headers cite the code's origin. -Follow the [style guide](https://deno.land/style_guide.html). +Follow the +[style guide](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md). |