Skip to content

Commit

Permalink
Update branch name from master to main in some missed spots
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jun 30, 2022
1 parent 64d7ee3 commit 09347dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Anyone wishing to contribute to the **[Exceptionless/Exceptionless](https://gith

## Reporting Bugs

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

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).

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/master/exceptionless-dark-bg.svg#gh-dark-mode-only "Exceptionless")](https://exceptionless.com#gh-dark-mode-only)
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/master/exceptionless.svg#gh-light-mode-only "Exceptionless")](https://exceptionless.com#gh-light-mode-only)
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/main/exceptionless-dark-bg.svg#gh-dark-mode-only "Exceptionless")](https://exceptionless.com#gh-dark-mode-only)
[![Exceptionless](https://raw.githubusercontent.com/exceptionless/MediaKit/main/exceptionless.svg#gh-light-mode-only "Exceptionless")](https://exceptionless.com#gh-light-mode-only)

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

Expand All @@ -20,7 +20,7 @@ Exceptionless can be run locally as simply as `docker run --rm -it -p 5000:80 ex
## Contributing
_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._

- Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md).
- Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/main/CONTRIBUTING.md).
- Please follow the steps below to start configuring your Exceptionless development environment.
- 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.
- Make sure you have [Docker](https://www.docker.com/get-docker) installed.
Expand Down
2 changes: 1 addition & 1 deletion k8s/ex-dev-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: ex-dev
spec:
version: 7.17.4
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/master/build/docker/elasticsearch
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
secureSettings:
- secretName: ex-dev-snapshots
http:
Expand Down
2 changes: 1 addition & 1 deletion k8s/ex-prod-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: ex-prod
spec:
version: 7.17.4
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/master/build/docker/elasticsearch
image: exceptionless/elasticsearch:7.17.4 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
secureSettings:
- secretName: ex-prod-snapshots
http:
Expand Down

0 comments on commit 09347dc

Please sign in to comment.