aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-09 22:46:49 +0100
committerDavid Robillard <d@drobilla.net>2021-01-09 22:46:49 +0100
commitaabedb5acb69755f9f259d338c3c2e68ef957ca7 (patch)
treecd0ada2bfa7b022c78131e42186906c5c6feaa4d /README.md
parent7994ec8e1b53021ff43b9830db92f900e5df6a73 (diff)
downloadserd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.tar.gz
serd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.tar.bz2
serd-aabedb5acb69755f9f259d338c3c2e68ef957ca7.zip
Fix plots in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fb3dd78a..a02db6e0 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------