Skip to content

Commit 09347dc

Browse files
committed
Update branch name from master to main in some missed spots
1 parent 64d7ee3 commit 09347dc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Anyone wishing to contribute to the **[Exceptionless/Exceptionless](https://gith
66

77
## Reporting Bugs
88

9-
1. Always update to the most recent master release; the bug may already be resolved.
9+
1. Always update to the most recent main release; the bug may already be resolved.
1010

1111
2. Search for similar [issues](https://github.com/exceptionless/Exceptionless/issues?q=is%3Aopen+is%3Aissue+label%3Abug); it may already be an identified problem. Also, feel free to ask us questions [on Discord](https://discord.gg/6HxgFCx).
1212

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/master/exceptionless-dark-bg.svg#gh-dark-mode-only "Exceptionless")](https://exceptionless.com#gh-dark-mode-only)
2-
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/master/exceptionless.svg#gh-light-mode-only "Exceptionless")](https://exceptionless.com#gh-light-mode-only)
1+
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/main/exceptionless-dark-bg.svg#gh-dark-mode-only "Exceptionless")](https://exceptionless.com#gh-dark-mode-only)
2+
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/main/exceptionless.svg#gh-light-mode-only "Exceptionless")](https://exceptionless.com#gh-light-mode-only)
33

4-
[![Build](https://github.com/exceptionless/Exceptionless/workflows/Build/badge.svg?branch=master)](https://github.com/exceptionless/Exceptionless/actions?query=branch%3Amaster)
4+
[![Build](https://github.com/exceptionless/Exceptionless/workflows/Build/badge.svg?branch=main)](https://github.com/exceptionless/Exceptionless/actions?query=branch%3Amain)
55
[![Discord](https://img.shields.io/discord/715744504891703319)](https://discord.gg/6HxgFCx)
66
[![Donate](https://img.shields.io/badge/donorbox-donate-blue.svg)](https://donorbox.org/exceptionless?recurring=true)
77

@@ -20,7 +20,7 @@ Exceptionless can be run locally as simply as `docker run --rm -it -p 5000:80 ex
2020
## Contributing
2121
_In appreciation for anyone who submits a non-trivial pull request, we will give you a free [Exceptionless](http://exceptionless.com) paid plan for a year. After your pull request is accepted, simply send an email to [email protected] with the name of your organization and we will upgrade you to a paid plan._
2222

23-
- Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md).
23+
- Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/main/CONTRIBUTING.md).
2424
- Please follow the steps below to start configuring your Exceptionless development environment.
2525
- Make sure you have [Visual Studio Code](https://code.visualstudio.com) installed. You can also use Visual Studio or JetBrains Rider, but these steps assume you are using Visual Studio Code.
2626
- Make sure you have [Docker](https://www.docker.com/get-docker) installed.

k8s/ex-dev-elasticsearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: ex-dev
66
spec:
77
version: 7.17.4
8-
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/master/build/docker/elasticsearch
8+
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
secureSettings:
1010
- secretName: ex-dev-snapshots
1111
http:

k8s/ex-prod-elasticsearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: ex-prod
66
spec:
77
version: 7.17.4
8-
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/master/build/docker/elasticsearch
8+
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
secureSettings:
1010
- secretName: ex-prod-snapshots
1111
http:

0 commit comments

Comments
 (0)