This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
commit 7fe19dfb5ce4eccd35a31e7d89dcf62f92b42a87 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Jan 8 13:17:08 2023 +0100 Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b41adb3..e201e048 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ USE_LOCAL_DOCKER_IMAGE=1 ./scripts/docker-run-dev-server.sh ## Branch Layout * [master](https://github.com/apache/libcloud-site/tree/master) - Contains website source code without the generated content. -* [asf-site](https://github.com/apache/libcloud-site/tree/asf-site) - Contains generated website content for production environment. -* [asf-staging](https://github.com/apache/libcloud-site/tree/asf-staging) - Contains generated website content for staging environment. +* [asf-site](https://github.com/apache/libcloud-site/tree/asf-site) - Contains generated website content for production environment (https://libcloud.apache.org) +* [asf-staging](https://github.com/apache/libcloud-site/tree/asf-staging) - Contains generated website content for staging environment (https://libcloud.staged.apache.org). [1]: http://jekyllrb.com/ [2]: https://github.com/Kami/kami.github.com
