diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-12 00:13:17 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-12 00:13:17 +0100 |
commit | bcb34dcd79f1ff49e947e16e91528ebe554c8449 (patch) | |
tree | d5edff10b790c8d5e9c67e5c025e7f023ea95e77 | |
parent | dcbf115f25d53a59f6939339b30c1141029c82c0 (diff) | |
parent | 71905aa0c89c65ff0b01d5f9b0cf5631cbc0b867 (diff) | |
download | gitbook-bcb34dcd79f1ff49e947e16e91528ebe554c8449.zip gitbook-bcb34dcd79f1ff49e947e16e91528ebe554c8449.tar.gz gitbook-bcb34dcd79f1ff49e947e16e91528ebe554c8449.tar.bz2 |
Merge pull request #547 from JozoVilcek/patch-2
Change link to mermaid plugin
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ Plugins needed to build a book can be installed using: `gitbook install ./`. | [JSBin](https://github.com/jcouyang/gitbook-plugin-jsbin) | Embedded jsbin frame into your book | | [GrVis](https://github.com/romanlytkin/gitbook-grvis) | Gitbook GrViz plugin is used to select from markdown dot and converting it into a picture format svg | | [PlantUml](https://github.com/romanlytkin/gitbook-plantuml) | Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg | -| [Mermaid](https://github.com/JozoVilcek/gitbook-mermaid-plugin) | Adds diagrams and flowcharts rendered by [mermaid](https://github.com/knsv/mermaid) | +| [Mermaid](https://github.com/JozoVilcek/gitbook-plugin-mermaid) | Adds diagrams and flowcharts rendered by [mermaid](https://github.com/knsv/mermaid) | #### Debugging |