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 */