summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-01-11 13:59:24 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-01-11 13:59:24 -0800
commit81b2660275efa6b370d8427951b41ab8989226bb (patch)
tree06d8774b724ba7624170ceef7044bb1fbcbf3160 /docs
parentb44a9d59b322fc65d8fae9019ff6e442153fcbd1 (diff)
minor
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 6f58b1c..f219068 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,7 +18,7 @@ graph LR
A -- 200 ok / 400 bad id / 404 --> N[NGinX]
N <-- bartender.digithink.com --> I([Internet])
G[(github)] -- pull --> D
- C --> D[pullandbuild.sh]
+ C --> D[/var/www/site/makesite.sh]
D -- mkdocks build --> O[(site)] -->N
N -- whiskey/STYLE --> A
```