This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
commit 6fb755266a624334e305c5c7d16afe997ef07d4d Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Oct 13 11:49:54 2020 +0200 fix base url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 50fa547..4bf0181 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://project-hop.org/" +baseURL = "https://hop.apache.org/" languageCode = "en-us" title = "Hop" relativeURLs = true
