diff options
author | 남현욱 <hw0knam@gmail.com> | 2020-07-14 21:54:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 14:54:13 +0200 |
commit | 0784014a2f037131c8320f3e9d1dc4c6ce956181 (patch) | |
tree | 62b5340de41a10bf31a9547f4ca35b7fd9e4e611 /std/README.md | |
parent | d51972377c1325076704d9faec2eee6f0e024496 (diff) |
chore(std): edit style guide link to deno manual (#6490)
Diffstat (limited to 'std/README.md')
-rw-r--r-- | std/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/std/README.md b/std/README.md index 12380412f..72fcba7f0 100644 --- a/std/README.md +++ b/std/README.md @@ -44,5 +44,4 @@ 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://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md). +Follow the [style guide](https://deno.land/manual/contributing/style_guide). |