From 337649b805e24a340ba1489020bac8f1a4c5c12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 21 Mar 2022 21:27:56 +0800 Subject: [PATCH] Style guide (#9) * update link to style_guide * remove badges --- README.md | 5 ----- mod.ts | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index adbeb1b..6963f7f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # deno_starter -[![tag](https://img.shields.io/github/release/justjavac/deno_starter)](https://github.com/justjavac/deno_starter/releases) -[![Build Status](https://github.com/justjavac/deno_starter/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_starter/actions) -[![license](https://img.shields.io/github/license/justjavac/deno_starter)](https://github.com/justjavac/deno_starter/blob/master/LICENSE) -[![](https://img.shields.io/badge/deno-v1.x-green.svg)](https://github.com/denoland/deno) - Quickly start a Deno module. ## 🧐 What's inside? diff --git a/mod.ts b/mod.ts index 1a30b69..1e396bc 100644 --- a/mod.ts +++ b/mod.ts @@ -6,7 +6,7 @@ * generated documentation is more rich text. * Therefore JSDoc should generally follow markdown markup to enrich the text. * - * follow https://deno.land/std/style_guide.md + * follow https://deno.land/manual/contributing/style_guide * * @param foo - Description of non obvious parameter */