This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new ca078a0 Update README.md
ca078a0 is described below
commit ca078a093833dcf39088718ec62a5a6aa216a1a8
Author: Greg Stein <[email protected]>
AuthorDate: Sun Mar 14 19:23:00 2021 -0500
Update README.md
fix typo: s/status/static/
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 92599af..1401d28 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The website is built with
[Pelican](https://blog.getpelican.com).
CI/CD is via a [.asf.yaml
file](https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features).
- [Template](theme/apache/templates)
-- [CSS](theme/apache/status/css)
+- [CSS](theme/apache/static/css)
- [Images](content/images)
- [Pelican Configuration](pelicanconf.py)
- [ASF YAML build](.asf.yaml)