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

amaranhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new f0ded17  Fixes broken urls pointing to master branch (#1319)
f0ded17 is described below

commit f0ded17022c742ea71e634a1ea6cd19954220f92
Author: Deepak Chethan <deepakchet...@outlook.com>
AuthorDate: Sun Jul 11 00:01:09 2021 +0530

    Fixes broken urls pointing to master branch (#1319)
---
 .github/PULL_REQUEST_TEMPLATE.md |  2 +-
 CONTRIBUTING.md                  |  6 +++---
 readme.md                        | 12 ++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cd39026..367262a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -39,4 +39,4 @@
 - [ ] Code is written and works correctly;
 - [ ] Changes are covered by tests;
 - [ ] Documentation reflects the changes;
-- [ ] Update 
[rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script)
 with the correct tag once a new Fauxton release is made
+- [ ] Update 
[rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script)
 with the correct tag once a new Fauxton release is made
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1d6dd22..2bc0c87 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,12 +17,12 @@ you want to help with the larger project. Come join us!
 If you never created a pull request before, welcome :tada: :smile: [Here is a 
great 
tutorial](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
 on how to send one :)
 
-The [Readme 
file](https://github.com/apache/couchdb-fauxton/blob/master/readme.md) has 
information about how to get the project set up for development.
+The [Readme 
file](https://github.com/apache/couchdb-fauxton/blob/main/readme.md) has 
information about how to get the project set up for development.
 
 ## Guide to Contributions
 
 We follow our coding-styleguide to make it easier for everyone to write, read 
and review code:
-[https://github.com/apache/couchdb-fauxton/blob/master/styleguide.md](https://github.com/apache/couchdb-fauxton/blob/master/styleguide.md)
+[https://github.com/apache/couchdb-fauxton/blob/main/styleguide.md](https://github.com/apache/couchdb-fauxton/blob/main/styleguide.md)
 
 To start working on a specific ticket, create a branch with the GitHub Issue # 
followed by a traincase description of the issue.
 
@@ -61,4 +61,4 @@ there is room for improvement.
 [6]: http://couchdb.apache.org/conduct.html
 [7]: http://couchdb.apache.org/bylaws.html
 [8]: http://webchat.freenode.net?channels=%23couchdb-dev
-[9]: https://github.com/apache/couchdb/blob/master/CONTRIBUTING.md
+[9]: https://github.com/apache/couchdb/blob/main/CONTRIBUTING.md
diff --git a/readme.md b/readme.md
index a01c769..5fd4c36 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-[![Build 
Status](https://travis-ci.org/apache/couchdb-fauxton.svg?branch=master)](https://travis-ci.org/apache/couchdb-fauxton)
+[![Build 
Status](https://travis-ci.org/apache/couchdb-fauxton.svg?branch=main)](https://travis-ci.org/apache/couchdb-fauxton)
 
 # Fauxton
 
@@ -89,11 +89,11 @@ part of the deployable release artifact.
 
 Check out the following pages for a lot more information about Fauxton:
 
-- [The Fauxton Code 
Layout](https://github.com/apache/couchdb-fauxton/blob/master/code-layout.md)
-- [Style 
Guide](https://github.com/apache/couchdb-fauxton/blob/master/styleguide.md)
-- [Testing 
Fauxton](https://github.com/apache/couchdb-fauxton/blob/master/tests.md)
-- 
[Extensions](https://github.com/apache/couchdb-fauxton/blob/master/extensions.md)
-- [How to 
contribute](https://github.com/apache/couchdb-fauxton/blob/master/CONTRIBUTING.md)
+- [The Fauxton Code 
Layout](https://github.com/apache/couchdb-fauxton/blob/main/code-layout.md)
+- [Style 
Guide](https://github.com/apache/couchdb-fauxton/blob/main/styleguide.md)
+- [Testing 
Fauxton](https://github.com/apache/couchdb-fauxton/blob/main/tests.md)
+- 
[Extensions](https://github.com/apache/couchdb-fauxton/blob/main/extensions.md)
+- [How to 
contribute](https://github.com/apache/couchdb-fauxton/blob/main/CONTRIBUTING.md)
 
 
 ------

Reply via email to