Update links
parent
860f46c5a9
commit
4dafb15cfe
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:
|
||||
|
||||
```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:
|
||||
|
|
4
Home.md
4
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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue