Skip to content

Commit b34d8fd

Browse files
committed
Updated comments to use main
1 parent 67097ed commit b34d8fd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ stages:
275275

276276
- stage: Deploy
277277
dependsOn: Test
278-
# Only execute deploy stage if we're on master and previous stage succeeded
278+
# Only execute deploy stage if we're on main and previous stage succeeded
279279
condition: |
280280
and(
281281
succeeded(),

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
codecov:
22
require_ci_to_pass: no
3-
# master should be the baseline for reporting
3+
# main should be the baseline for reporting
44
branch: main
55

66
comment:

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ This open source module allows us to crowd-source our checklists using [Pester](
3535

3636
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
3737

38-
https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/dotNETNotebooks/dbachecks
38+
https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/dotNETNotebooks/dbachecks
3939

4040
and a set of Jupyter Notebooks that will run in Azure Data Studio
4141

42-
https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/dbachecks
42+
https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/NotDotNet/dbachecks
4343

4444
Both will use a docker container to show you how dbachecks works.
4545

4646
There is a zip file containing the Notebooks here
4747

48-
https://github.com/SQLDBAWithABeard/Presentations/raw/master/Notebooks/dbachecks/Notebooks.zip
48+
https://github.com/SQLDBAWithABeard/Presentations/raw/main/Notebooks/dbachecks/Notebooks.zip
4949

5050
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.
5151

@@ -58,11 +58,11 @@ Have questions about development? Please visit our [Wiki](https://github.com/sql
5858
</tr>
5959
<tr>
6060
<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>
61-
<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>
61+
<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>
6262
</tr>
6363
<tr>
6464
<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>
65-
<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>
65+
<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>
6666
</tr>
6767
</tbody>
6868
</table>

0 commit comments

Comments
 (0)