From 0034f744d57a1baa6432daf690e1722065d7e798 Mon Sep 17 00:00:00 2001 From: Marie Chatfield Rivas Date: Wed, 30 Jun 2021 14:25:54 -0500 Subject: [PATCH] [INFRA-1210] Rename branch to main (#104) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d8b4ce..36e5d31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,8 +164,8 @@ http://localhost:8888/Simulator/?src=http://localhost:3000/?forceTableau=true Make sure your fork is up-to-date and create a feature branch for your feature or bug fix. ```bash -git checkout master -git pull upstream master +git checkout main +git pull upstream main git checkout -b my-feature-branch ``` @@ -221,7 +221,7 @@ a few days. ### Deploy to heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/datadotworld/tableau-connector/tree/master) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/datadotworld/tableau-connector/tree/main) ## Thank you!