summaryrefslogtreecommitdiff
path: root/ewww.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-14 09:19:06 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-14 09:19:27 +0300
commite34beeecfc807bd3afb9d5b6c2c764fd71027cde (patch)
tree935ab83af70bea67103576b8536d6c7cf59e274a /ewww.md
parent64a17b4927c4579d25692d15a8f0669adcf82fd2 (diff)
downloadewww-e34beeecfc807bd3afb9d5b6c2c764fd71027cde.tar.gz
refactor: move subplot files to subplot/
The root of the source tree was getting a little crowded.
Diffstat (limited to 'ewww.md')
-rw-r--r--ewww.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/ewww.md b/ewww.md
index f2d1778..9b08a97 100644
--- a/ewww.md
+++ b/ewww.md
@@ -144,13 +144,13 @@ and allow is "GET HEAD"
title: "Ewww &mdash; a Web server for static sites"
author: Lars Wirzenius
bindings:
- - ewww.yaml
- - runcmd.yaml
+ - subplot/ewww.yaml
+ - subplot/runcmd.yaml
functions:
- - ewww.py
- - daemon.py
- - http.py
- - runcmd.py
+ - subplot/ewww.py
+ - subplot/daemon.py
+ - subplot/http.py
+ - subplot/runcmd.py
classes:
- scenario-disabled
...