Corrected link rot (hadn't I done this before?)

This commit is contained in:
Simon Brooke 2020-02-07 22:47:46 +00:00
parent 915b5b2a6b
commit 59f86925e8
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -4,7 +4,7 @@ A system of pluggable, extensible formatters is supported. In normal markdown, c
## The Vega formatter ## The Vega formatter
Inspired by [visdown](http://visdown.amitkaps.com/) and [vega-lite](https://vega.github.io/vega-lite/docs/), the Vega formatter allows you to embed vega data visualisations into Smeagol pages. The graph description should start with a line comprising three back-ticks and then the word '`vega`', and end with a line comprising just three backticks. Inspired by [visdown](https://visdown.com/) and [vega-lite](https://vega.github.io/vega-lite/docs/), the Vega formatter allows you to embed vega data visualisations into Smeagol pages. The graph description should start with a line comprising three back-ticks and then the word '`vega`', and end with a line comprising just three backticks.
Here's an example cribbed in its entirety from [here](http://visdown.amitkaps.com/london): Here's an example cribbed in its entirety from [here](http://visdown.amitkaps.com/london):
@ -34,7 +34,7 @@ Data files can be uploaded in the same way as images, by using the **upload a fi
## The Mermaid formatter ## The Mermaid formatter
Graphs can now be embedded in a page using the [Mermaid](http://knsv.github.io/mermaid/index.html) graph description language. The graph description should start with a line comprising three back-ticks and then the word `mermaid`, and end with a line comprising just three backticks. Graphs can now be embedded in a page using the [Mermaid](https://mermaid-js.github.io/mermaid/#/) graph description language. The graph description should start with a line comprising three back-ticks and then the word `mermaid`, and end with a line comprising just three backticks.
Here's an example culled from the Mermaid documentation. Here's an example culled from the Mermaid documentation.