This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git

commit ca5965af6bc4d0d7de73c5546f551faf810fd9ba
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jun 25 09:03:12 2025 -0700

    pelicanconf.py: fix bad URLs
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 284bdc226..6bef4e7d6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,8 +32,8 @@ TIMEZONE = 'UTC'
 DEFAULT_LANG = 'en'
 
 # Website specific settings
-SITEURL = 'https://bval.apache.org'
-SITEREPOSITORY = 'https://github.com/apache/bval-site/blob/main/content/'
+SITEURL = 'https://flex.apache.org'
+SITEREPOSITORY = 'https://github.com/apache/flex-site/blob/main/content/'
 CURRENTYEAR = date.today().year
 
 # ASF Data specification

Reply via email to