This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch tune-3.3.1-p2 in repository https://gitbox.apache.org/repos/asf/couchdb-www.git
commit a12155edd299f253c0e644adcdd4104cfd981786 Author: Ronny Berndt <[email protected]> AuthorDate: Wed Jan 11 13:52:17 2023 +0100 Tune 3.3.1 release p2 Update what's new link to 3.3 Fix typo --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1849c8d..499cd30 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. </p> - <p>See the <a href="https://docs.couchdb.org/en/stable/intro/why.html">introduction</a>, <a href="https://docs.couchdb.org/en/stable/intro/overview.html">technical overview</a> for more information, or learn <a href="https://docs.couchdb.org/en/latest/whatsnew/3.2.html">what’s new in 3.2</a>.</p> + <p>See the <a href="https://docs.couchdb.org/en/stable/intro/why.html">introduction</a>, <a href="https://docs.couchdb.org/en/stable/intro/overview.html">technical overview</a> for more information, or learn <a href="https://docs.couchdb.org/en/stable/whatsnew/3.3.html">what’s new in 3.3</a>.</p> </div> @@ -264,7 +264,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. CouchDB is serious about data reliability. <br><br> - Individual nodes use a crash-resistent append-only data structure. A multi-node + Individual nodes use a crash-resistant append-only data structure. A multi-node CouchDB cluster saves all data redundantly, so it is always available when you need it. </p>
