diff options
author | David Robillard <d@drobilla.net> | 2021-01-09 22:46:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-09 22:46:49 +0100 |
commit | aabedb5acb69755f9f259d338c3c2e68ef957ca7 (patch) | |
tree | cd0ada2bfa7b022c78131e42186906c5c6feaa4d /README.md | |
parent | 7994ec8e1b53021ff43b9830db92f900e5df6a73 (diff) | |
download | serd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.tar.gz serd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.tar.bz2 serd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.zip |
Fix plots in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,9 +41,9 @@ Turtle data generated by [sp2b][] on an i7-4980HQ running Debian 9. Of the three, `serdi` is the fastest by a wide margin, and the only one that uses a constant amount of memory (a single page) for all input sizes. -![Time](http://drobilla.gitlab.io/serd/images/serdi-time.svg) -![Throughput](http://drobilla.gitlab.io/serd/images/serdi-throughput.svg) -![Memory](http://drobilla.gitlab.io/serd/images/serdi-memory.svg) +![Time](doc/serdi-time.svg) +![Throughput](doc/serdi-throughput.svg) +![Memory](doc/serdi-memory.svg) Documentation ------------- |