From 44816ea0da83483a02f191b6952eaa83f972dd75 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 27 Jan 2019 11:07:51 +0000 Subject: [PATCH] Fix URL for innerwiki demo --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index 6772ca648..42f709c60 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -231,7 +231,7 @@ node $TW5_BUILD_TIDDLYWIKI \ --verbose \ --load $TW5_BUILD_OUTPUT/build.tid \ --output $TW5_BUILD_OUTPUT \ - --rendertiddler $:/core/save/all plugins/tiddlywiki/innerwikidemo/index.html text/plain \ + --rendertiddler $:/core/save/all plugins/tiddlywiki/innerwiki/index.html text/plain \ || exit 1 # /plugins/tiddlywiki/dynaview/index.html Demo wiki with DynaView plugin