From be3107385b42f04707e9a23dcd15d7360113a254 Mon Sep 17 00:00:00 2001 From: kawarimidoll Date: Fri, 17 Sep 2021 18:48:53 +0900 Subject: [PATCH] chore: change module urls --- diplodocus.json | 2 +- docs/docs/usage.md | 2 +- docs/index.md | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/diplodocus.json b/diplodocus.json index e4ed29f..ee78753 100644 --- a/diplodocus.json +++ b/diplodocus.json @@ -15,7 +15,7 @@ "path": "https://github.com/kawarimidoll/deno-diplodocus", "title": "GitHub" }, - { "path": "https://twitter.com/kawarimidoll", "title": "Twitter" } + { "path": "https://deno.land/x/diplodocus", "title": "deno.land/x" } ] } ], diff --git a/docs/docs/usage.md b/docs/docs/usage.md index 9634250..ac883e4 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -6,7 +6,7 @@ ```ts // server.ts -import { Diplodocus } from "https://pax.deno.dev/kawarimidoll/deno-diplodocus"; +import { Diplodocus } from "https://deno.land/x/diplodocus/mod.ts"; const diplodocus = new Diplodocus(); diff --git a/docs/index.md b/docs/index.md index 4c339fe..d32fd52 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,8 +12,6 @@ Diplodocus is Static Assets Serving System for - Serve the assets on the GitHub repository - Parse the Markdown files to HTML pages -[View source on GitHub](https://github.com/kawarimidoll/deno-diplodocus) - ## Quick start Create `docs` directly and some markdown pages. @@ -43,7 +41,7 @@ Create `server.ts` like this. ```ts // server.ts -import { Diplodocus } from "https://pax.deno.dev/kawarimidoll/deno-diplodocus"; +import { Diplodocus } from "https://deno.land/x/diplodocus/mod.ts"; const diplodocus = new Diplodocus();