This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new c5bbad0 Fix broken links, defunct Travis CI project, and contributing
guide branch names (#668)
c5bbad0 is described below
commit c5bbad097c412ecce19fafcb6328c9d464c71d75
Author: Lachlan McCarty <[email protected]>
AuthorDate: Mon Jul 5 15:55:09 2021 -0400
Fix broken links, defunct Travis CI project, and contributing guide branch
names (#668)
* Fix broken couch_replicator link
* Fix broken README.Debian link
* Use main branch in contributing guide
* Remove README build state badge pointing to unused Travis CI project
---
README.md | 2 +-
src/contributing.rst | 4 ++--
src/install/unix.rst | 2 +-
src/replication/protocol.rst | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 0fd09e6..b67dbaa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# CouchDB Documentation [](https://travis-ci.org/apache/couchdb-documentation)
+# CouchDB Documentation
This repository contains the Sphinx source for Apache CouchDB's documentation.
You can view the latest rendered build of this content at:
diff --git a/src/contributing.rst b/src/contributing.rst
index 94e04b2..61e5077 100644
--- a/src/contributing.rst
+++ b/src/contributing.rst
@@ -141,12 +141,12 @@ leave this for later. For now we'll contribute our change
back to CouchDB.
First, we commit our changes::
$ > git commit -am 'document number encoding'
- [master a84b2cf] document number encoding
+ [main a84b2cf] document number encoding
1 file changed, 199 insertions(+)
Then we push the commit to our CouchDB fork::
- $ git push origin master
+ $ git push origin main
Next, we go back to our GitHub page
https://github.com/username/couchdb-documentation and click the "Pull Request"
diff --git a/src/install/unix.rst b/src/install/unix.rst
index cea5775..199b5bb 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -46,7 +46,7 @@ node, prompt for the address to which it will bind, and a
password for the admin
Responses to these prompts may be pre-seeded using standard ``debconf`` tools.
Further
details are in the `README.Debian`_ file.
-.. _README.Debian:
https://github.com/apache/couchdb-pkg/blob/master/debian/README.Debian
+.. _README.Debian:
https://github.com/apache/couchdb-pkg/blob/main/debian/README.Debian
For distributions lacking a compatible SpiderMonkey library, Apache CouchDB
also provides packages for the 1.8.5 version.
diff --git a/src/replication/protocol.rst b/src/replication/protocol.rst
index f4e7b4f..90101c9 100644
--- a/src/replication/protocol.rst
+++ b/src/replication/protocol.rst
@@ -1894,5 +1894,5 @@ Reference
.. _MVCC: http://en.wikipedia.org/wiki/Multiversion_concurrency_control
.. _CouchDB: http://couchdb.apache.org
.. _Erlang: http://erlang.org
-.. _couch_replicator:
https://github.com/apache/couchdb/tree/master/src/couch_replicator
+.. _couch_replicator:
https://github.com/apache/couchdb/tree/main/src/couch_replicator
.. _change notifications: http://guide.couchdb.org/draft/notifications.html