summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny <ronny@kioskkinder.com>2021-01-25 14:32:35 +0100
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-01-25 13:33:48 -0500
commit127c44120550a9994d4daf9016f4035acf2f39a6 (patch)
tree5d0341fe38ed8c04d74bb3565da3e71b3ac5ab3c
parent178057363873803eccd5bbf882fc79749cd74861 (diff)
downloadcouchdb-127c44120550a9994d4daf9016f4035acf2f39a6.tar.gz
fix additional links after branch renaming (master -> main)
-rw-r--r--INSTALL.Unix.md6
-rw-r--r--src/couch_replicator/README.md4
-rw-r--r--src/ctrace/README.md2
3 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index 6a37f3de4..0127bfc18 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -256,9 +256,9 @@ Naturally, you can configure systemd, launchd or SysV-init daemons to
launch CouchDB and keep it running using standard configuration files.
Sample scripts are in the couchdb-pkg repository:
-* SysV-init (Debian-style): https://github.com/apache/couchdb-pkg/blob/master/debian/couchdb.init
-* SysV-init (RHEL-style): https://github.com/apache/couchdb-pkg/blob/master/rpm/SOURCES/couchdb.init
+* SysV-init (Debian-style): https://github.com/apache/couchdb-pkg/blob/main/debian/couchdb.init
+* SysV-init (RHEL-style): https://github.com/apache/couchdb-pkg/blob/main/rpm/SOURCES/couchdb.init
* upstart: Use the Debian-style sysvinit script instead.
-* systemd: https://github.com/apache/couchdb-pkg/blob/master/debian/couchdb.service
+* systemd: https://github.com/apache/couchdb-pkg/blob/main/debian/couchdb.service
Consult your system documentation for more information.
diff --git a/src/couch_replicator/README.md b/src/couch_replicator/README.md
index 4eced760f..5fe55ac82 100644
--- a/src/couch_replicator/README.md
+++ b/src/couch_replicator/README.md
@@ -7,9 +7,9 @@ everything is connected together. A higher level overview is available in the
[RFC](https://github.com/apache/couchdb-documentation/pull/581). This
documention assumes the audience is familiar with that description as well as
with the [Couch Jobs
-RFC](https://github.com/apache/couchdb-documentation/blob/master/rfcs/007-background-jobs.md)
+RFC](https://github.com/apache/couchdb-documentation/blob/main/rfcs/007-background-jobs.md)
as well as with the [Node Types
-RFC](https://github.com/apache/couchdb-documentation/blob/master/rfcs/013-node-types.md).
+RFC](https://github.com/apache/couchdb-documentation/blob/main/rfcs/013-node-types.md).
A natural place to start is the top application supervisor:
`couch_replicator_sup`. The set of children in the supervisor is split into
diff --git a/src/ctrace/README.md b/src/ctrace/README.md
index 4b0238b14..6c687e8c0 100644
--- a/src/ctrace/README.md
+++ b/src/ctrace/README.md
@@ -109,7 +109,7 @@ Instrumentation guide
- Extend `<app>_httpd_handlers:handler_info/1` as needed to
have operation ids. (We as community might need to work on
naming conventions)
-- Use [span conventions](https://github.com/apache/couchdb-documentation/blob/master/rfcs/011-opentracing.md#conventions) https://github.com/opentracing/specification/blob/master/semantic_conventions.md
+- Use [span conventions](https://github.com/apache/couchdb-documentation/blob/main/rfcs/011-opentracing.md#conventions) https://github.com/opentracing/specification/blob/master/semantic_conventions.md
- When in doubt consult open tracing spec
- [spec overview](https://github.com/opentracing/specification/blob/master/specification.md)
- [conventions](https://github.com/opentracing/specification/blob/master/semantic_conventions.md#standard-span-tags-and-log-fields)