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

popduke pushed a commit to branch apache-site-build
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git


The following commit(s) were added to refs/heads/apache-site-build by this push:
     new 858f08c  update notice and readme
858f08c is described below

commit 858f08c60570c978153f53a9ef2be427577f0fe9
Author: Yonny Hao <[email protected]>
AuthorDate: Mon Jun 23 18:11:13 2025 +0800

    update notice and readme
---
 NOTICE    |  2 +-
 README.md | 15 +++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/NOTICE b/NOTICE
index e163d63..2ece74b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Website Template
+Apache BifroMQ (Incubating)
 Copyright 2024 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index e2d2ca4..e5b3880 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Apache BifroMQ is currently undergoing incubation at the Apache Software 
Foundation.
 
-This repository is for [Apache BifroMQ](https://bifromq.io/) documentations 
and blogs. 
+This repository is for [Apache BifroMQ](https://bifromq.apache.org/) 
documentations and blogs.
 The website is built on [Docusaurus 2](https://docusaurus.io/) which is a 
modern static website generator.
 
 ## Disclaimer
@@ -12,23 +12,22 @@ Apache BifroMQ is an effort undergoing incubation at The 
Apache Software Foundat
 ## Getting Started
 
 ### Installation
-Get into `website` directory.
+
 ```
-cd website
 npm install
 npm start
 ```
+
 A browser window will open up, pointing to the docs. Most changes are 
reflected instantly without rebooting.
 
-Also, in `website` directory, one can type following commands to check changes.
+Also, you can type following commands to check changes.
+
 ```
 npm install
 npm run build
 npm run serve
 ```
 
-### Deployment
-[Baidu BOS](https://cloud.baidu.com/product/bos.html) handles the deployment 
of this website.
-
 ### Contribution Guide
-This repository welcomes contributions and suggestions through [pull 
request](https://github.com/baidu/bifromq-docs/pulls).
+
+This repository welcomes contributions and suggestions through [pull 
request](https://github.com/apache/bifromq-sites/pulls).

Reply via email to