Update links

Foster Hangdaan 2025-01-20 09:56:58 -05:00
parent 860f46c5a9
commit 4dafb15cfe
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 3 additions and 3 deletions

@ -13,7 +13,7 @@ Ensure that the following are installed:
Obtain the code by cloning the repo: Obtain the code by cloning the repo:
```shell ```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: Change to the project directory:

@ -1,7 +1,7 @@
# Kroki Plugin for Lume - Wiki # Kroki Plugin for Lume - Wiki
Welcome to the wiki of 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 ## Description
@ -17,7 +17,7 @@ This plugin can be installed through an HTTP import:
```typescript ```typescript
import lume from "lume/mod.ts"; 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(); const site = lume();