diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index bc20761..f03034b 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -2,9 +2,9 @@ name: Linux Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index d6dadde..4e26c20 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -2,9 +2,9 @@ name: MacOs Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 2e4bc9d..568a8a4 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -2,9 +2,9 @@ name: Windows Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 175a369..2d2ab78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. -Please note we have a [code of conduct](https://github.com/Marusyk/grok.net/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. +Please note we have a [code of conduct](https://github.com/Marusyk/grok.net/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. ## Pull Request Process diff --git a/README.md b/README.md index f7f1870..6f0a03f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Cross platform .NET grok implementation as a NuGet package [![GitHub release](https://badge.fury.io/gh/Marusyk%2Fgrok.net.svg)](https://github.com/Marusyk/grok.net/releases/tag/1.0.1) [![NuGet version](https://badge.fury.io/nu/grok.net.svg)](https://badge.fury.io/nu/grok.net) [![Nuget](https://img.shields.io/nuget/dt/grok.net.svg)](https://www.nuget.org/packages/Grok.Net) - [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Marusyk/grok.net/blob/master/LICENSE) - [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Marusyk/grok.net/blob/master/CONTRIBUTING.md) + [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Marusyk/grok.net/blob/main/LICENSE) + [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Marusyk/grok.net/blob/main/CONTRIBUTING.md) # How to Install @@ -60,7 +60,7 @@ The pattern for this could be: More about [grok][4] -[3]: https://raw.githubusercontent.com/logstash-plugins/logstash-patterns-core/master/patterns/grok-patterns +[3]: https://raw.githubusercontent.com/logstash-plugins/logstash-patterns-core/main/patterns/grok-patterns [4]: https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html # How to use @@ -103,8 +103,8 @@ build.sh Would you like to help make grok.net even better? We keep a list of issues that are approachable for newcomers under the [good-first-issue](https://github.com/Marusyk/grok.net/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) label. -Also. please read [CONTRIBUTING.md](https://github.com/Marusyk/grok.net/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. +Also. please read [CONTRIBUTING.md](https://github.com/Marusyk/grok.net/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. ## License -This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Marusyk/grok.net/blob/master/LICENSE) file for details +This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Marusyk/grok.net/blob/main/LICENSE) file for details diff --git a/src/Grok.Net/Grok.Net.csproj b/src/Grok.Net/Grok.Net.csproj index 96ee2f7..60a2522 100644 --- a/src/Grok.Net/Grok.Net.csproj +++ b/src/Grok.Net/Grok.Net.csproj @@ -5,9 +5,9 @@ grok.net RMarusyk Cross platform .NET grok implementation - https://github.com/Marusyk/grok.net/blob/master/LICENSE + https://github.com/Marusyk/grok.net/blob/main/LICENSE MIT - https://raw.githubusercontent.com/Marusyk/grok.net/master/Grok.png + https://raw.githubusercontent.com/Marusyk/grok.net/main/Grok.png https://github.com/Marusyk/grok.net https://github.com/Marusyk/grok.net grok;grok-parser;grok-patterns;grokking;c-sharp-library