diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 64dae94e..15a2960d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -275,7 +275,7 @@ stages:
 
   - stage: Deploy
     dependsOn: Test
-    # Only execute deploy stage if we're on master and previous stage succeeded
+    # Only execute deploy stage if we're on main and previous stage succeeded
     condition: |
       and(
         succeeded(),
diff --git a/codecov.yml b/codecov.yml
index 4489cf25..1ae9c911 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,6 +1,6 @@
 codecov:
   require_ci_to_pass: no
-  # master should be the baseline for reporting
+  # main should be the baseline for reporting
   branch: main
 
 comment:
diff --git a/docs/index.md b/docs/index.md
index fa82d262..9970259b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,11 +24,11 @@ Have questions about development? Please visit our [Wiki](https://github.com/sql
     </tr>
     <tr>
       <td><a href-"https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed"><img align="left" src="https://sqlcollaborative.visualstudio.com/_apis/public/build/definitions/a0deae7b-ae38-4ecc-a836-5f79cc561140/2/badge"></a></td>
-      <td>Master Branch Build - Module version update and Code Signing <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed" target="_blank">Click Here</a></td>
+      <td>Main Branch Build - Module version update and Code Signing <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed" target="_blank">Click Here</a></td>
     </tr>
         <tr>
       <td><a href = "https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases"><img align="left" src="https://sqlcollaborative.vsrm.visualstudio.com/_apis/public/Release/badge/a0deae7b-ae38-4ecc-a836-5f79cc561140/2/2"></a></td>
-          <td>Master Branch Release - Release to PowerShell Gallery <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases" target="_blank">Click Here</a></td>
+          <td>Main Branch Release - Release to PowerShell Gallery <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases" target="_blank">Click Here</a></td>
     </tr>
   </tbody>
 </table>
diff --git a/header-mkdocs.yml b/header-mkdocs.yml
index c337c0b7..c8654344 100644
--- a/header-mkdocs.yml
+++ b/header-mkdocs.yml
@@ -1,8 +1,8 @@
 site_name: dbachecks
 repo_url: https://github.com/sqlcollaborative/dbachecks
 site_author: The Beard
-edit_uri: edit/master/docs/
+edit_uri: edit/main/docs/
 theme: readthedocs
-copyright: "dbachecks is licensed under the <a href='https://github.com/sqlcollaborative/dbachecks/raw/master/LICENSE'>MIT license"
+copyright: "dbachecks is licensed under the <a href='https://github.com/sqlcollaborative/dbachecks/raw/main/LICENSE'>MIT license"
 pages:
   - Home: index.md
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 58733004..9048abc0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
 site_name: dbachecks
 repo_url: https://github.com/sqlcollaborative/dbachecks
 site_author: The Beard
-edit_uri: edit/master/docs/
+edit_uri: edit/main/docs/
 theme: readthedocs
 copyright: "dbachecks is licensed under the <a href='https://github.com/sqlcollaborative/dbachecks/raw/master/LICENSE'>MIT license"
 pages:
diff --git a/readme.md b/readme.md
index eb904642..d44d9fa8 100644
--- a/readme.md
+++ b/readme.md
@@ -35,17 +35,17 @@ This open source module allows us to crowd-source our checklists using [Pester](
 
 You can find a set of interactive PowerShell Notebooks which will introduce you to all of the core concepts in Robs GitHub. There is a set of .NET interactive Jupyter Notebooks
 
-https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/dotNETNotebooks/dbachecks
+https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/dotNETNotebooks/dbachecks
 
 and a set of Jupyter Notebooks that will run in Azure Data Studio
 
-https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/dbachecks
+https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/NotDotNet/dbachecks
 
 Both will use a docker container to show you how dbachecks works.
 
 There is a zip file containing the Notebooks here
 
-https://github.com/SQLDBAWithABeard/Presentations/raw/master/Notebooks/dbachecks/Notebooks.zip
+https://github.com/SQLDBAWithABeard/Presentations/raw/main/Notebooks/dbachecks/Notebooks.zip
 
 Have questions about development? Please visit our [Wiki](https://github.com/sqlcollaborative/dbachecks/wiki). **Anyone developing this module** should visit that Wiki page (after fully reading this readme) for a brief overview.
 
@@ -58,11 +58,11 @@ Have questions about development? Please visit our [Wiki](https://github.com/sql
     </tr>
     <tr>
       <td><a href-"https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed"><img align="left" src="https://sqlcollaborative.visualstudio.com/_apis/public/build/definitions/a0deae7b-ae38-4ecc-a836-5f79cc561140/2/badge"></a></td>
-      <td>Master Branch Build - Module version update and Code Signing <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed" target="_blank">Click Here</a></td>
+      <td>Main Branch Build - Module version update and Code Signing <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_build/index?context=mine&path=%5C&definitionId=2&_a=completed" target="_blank">Click Here</a></td>
     </tr>
         <tr>
       <td><a href = "https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases"><img align="left" src="https://sqlcollaborative.vsrm.visualstudio.com/_apis/public/Release/badge/a0deae7b-ae38-4ecc-a836-5f79cc561140/2/2"></a></td>
-          <td>Master Branch Release - Release to PowerShell Gallery <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases" target="_blank">Click Here</a></td>
+          <td>Main Branch Release - Release to PowerShell Gallery <a href="https://sqlcollaborative.visualstudio.com/dbachecks/_releases2?definitionId=3&view=mine&_a=releases" target="_blank">Click Here</a></td>
     </tr>
   </tbody>
 </table>