Repository: couchdb-www Updated Branches: refs/heads/asf-site bb1c91a4b -> fd8330264
fix typo Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/fd833026 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/fd833026 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/fd833026 Branch: refs/heads/asf-site Commit: fd8330264213d574f1c6a19a45d786332e97fda9 Parents: bb1c91a Author: Jan Lehnardt <[email protected]> Authored: Wed Aug 8 10:01:31 2018 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Wed Aug 8 10:01:31 2018 +0200 ---------------------------------------------------------------------- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/fd833026/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 41bd51a..fceb38f 100644 --- a/index.html +++ b/index.html @@ -113,7 +113,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. </p> <p> - <strong><a href="http://docs.couchdb.org/en/master/replication/protocol.html" title="CouchDB Replication Protocol">~The Couch Replication Protocol</a></strong> lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling, <strong><a href="http://offlinefirst.org">offline-first</a></strong> user-experience while maintaining high performance and strong reliability. CouchDB comes with a <string>developer-friendly</strong> query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval. + <strong><a href="http://docs.couchdb.org/en/master/replication/protocol.html" title="CouchDB Replication Protocol">The Couch Replication Protocol</a></strong> lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling, <strong><a href="http://offlinefirst.org">offline-first</a></strong> user-experience while maintaining high performance and strong reliability. CouchDB comes with a <string>developer-friendly</strong> query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval. </p>
