From eec085573707d1df2bb5fbec88b9a3240613ca1f Mon Sep 17 00:00:00 2001 From: Lucas Machado <44952113+machadolucasvp@users.noreply.github.com> Date: Mon, 11 May 2020 21:36:24 -0300 Subject: [PATCH] fix(std): fix broken style guide link (#5211) --- std/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/std/README.md b/std/README.md index 6411469029..762f23f2f0 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).