diff --git a/Developing.md b/Developing.md index 6510191..f1c7684 100644 --- a/Developing.md +++ b/Developing.md @@ -13,7 +13,7 @@ Ensure that the following are installed: Obtain the code by cloning the repo: ```shell -git clone https://code.fosterhangdaan.com/foster/lume-plugin-kroki.git +git clone https://code.hangdaan.com/foster/lume-plugin-kroki.git ``` Change to the project directory: diff --git a/Home.md b/Home.md index b902cbc..5d1b8ab 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ # Kroki Plugin for Lume - Wiki Welcome to the wiki of -[Kroki Plugin for Lume](https://code.fosterhangdaan.com/foster/lume-plugin-kroki). +[Kroki Plugin for Lume](https://code.hangdaan.com/foster/lume-plugin-kroki). ## Description @@ -17,7 +17,7 @@ This plugin can be installed through an HTTP import: ```typescript import lume from "lume/mod.ts"; -import kroki from "https://code.fosterhangdaan.com/foster/lume-plugin-kroki/raw/tag/v1.0.1/mod.ts"; +import kroki from "https://code.hangdaan.com/foster/lume-plugin-kroki/raw/tag/v1.0.1/mod.ts"; const site = lume();