summaryrefslogtreecommitdiff
path: root/reference.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 12:44:42 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 12:44:42 +0100
commit5d89e81ff677ff67af68d8903ad09053a72cd438 (patch)
tree9a2c2b8df9489cfe5607ac1219bce21b798c0b97 /reference.md
parente7feb00ea84d0e7295e2de90ba07ec2937e4b023 (diff)
downloadsubplot-5d89e81ff677ff67af68d8903ad09053a72cd438.tar.gz
reference: Update reference git URLs
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'reference.md')
-rw-r--r--reference.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/reference.md b/reference.md
index 49ea670..c50456d 100644
--- a/reference.md
+++ b/reference.md
@@ -10,7 +10,7 @@ documents.
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/larswirzenius/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
+given a clone of https://gitlab.com/subplot/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
when I docgen subplot.md to test.pdf, in src
then file src/test.pdf exists
~~~
@@ -19,7 +19,7 @@ then file src/test.pdf exists
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/larswirzenius/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
+given a clone of https://gitlab.com/subplot/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
when I docgen subplot.md to test.html, in src
when I run, in src, subplot docgen subplot.md -o subplot.html
then file src/test.html exists
@@ -30,7 +30,7 @@ then file src/test.html exists
~~~scenario
given an installed subplot
given file run_test.sh
-given a clone of https://gitlab.com/larswirzenius/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
+given a clone of https://gitlab.com/subplot/subplot.git in src at ec9652a72aa8ff47fa64b8a1b5ba9afe84be4f7e
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful