summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-10-03 21:29:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-10-03 21:29:17 +0200
commitce5b1df503be395c9781077768b921520bc24992 (patch)
tree79c310a9ca2b6dd441153aceafdfb41990e3a41a
parentc6f51cc0ece9dc4235ba1f0fffe8ca86f0abcc61 (diff)
Fix links to repository
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1de1f3c..220a47b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Alternative svgbob preprocessor for mdbook
[![Crates.io](https://img.shields.io/crates/v/mdbook-svgbob2)](https://crates.io/crates/mdbook-svgbob2)
-[![GitHub last commit](https://img.shields.io/github/last-commit/Treeniks/mdbook-svgbob2)](https://github.com/Treeniks/mdbook-svgbob2)
-[![License](https://img.shields.io/github/license/Treeniks/mdbook-svgbob2)](https://github.com/Treeniks/mdbook-svgbob2/blob/master/LICENSE)
+[![GitHub last commit](https://img.shields.io/github/last-commit/matthiasbeyer/mdbook-svgbob2)](https://github.com/matthiasbeyer/mdbook-svgbob2)
+[![License](https://img.shields.io/github/license/matthiasbeyer/mdbook-svgbob2)](https://github.com/matthiasbeyer/mdbook-svgbob2/blob/master/LICENSE)
A preprocessor for [mdbook](https://github.com/rust-lang/mdBook) to convert `svgbob` codeblocks into nice SVG images using [svgbob](https://github.com/ivanceras/svgbob).
@@ -17,7 +17,7 @@ cargo install mdbook-svgbob2
Or to install from the git mirror:
```sh
-cargo install --git https://github.com/Treeniks/mdbook-svgbob2.git
+cargo install --git https://github.com/matthiasbeyer/mdbook-svgbob2.git
```
## Usage