From a6b91bbd86e4972258993abc3b30915863a43c3e Mon Sep 17 00:00:00 2001 From: Sriramajeyam Sugumaran <153843+yesoreyeram@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:18:16 +0000 Subject: [PATCH] fix references of master branch --- .github/pull_request_template.md | 2 +- README.md | 2 +- docs/sources/installation.md | 2 +- docs/sources/{run_from_main.md => run-from-main.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/sources/{run_from_main.md => run-from-main.md} (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d8fa8d57..b51ba9ef9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ * Link the PR to the related issue * If there's no issue for the PR, please, create it first -* Rebase your PR if it gets out of sync with master +* Rebase your PR if it gets out of sync with main * Ensure your PR does not include dist/ directory **REMOVE THE TEXT ABOVE BEFORE CREATING THE PULL REQUEST** diff --git a/README.md b/README.md index df1986234..6d00f43bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Zabbix plugin for Grafana [![Version](https://badge.fury.io/gh/grafana%2Fgrafana-zabbix.svg)](https://github.com/grafana/grafana-zabbix/releases) -[![Change Log](https://img.shields.io/badge/change-log-blue.svg?style=flat)](https://github.com/grafana/grafana-zabbix/blob/master/CHANGELOG.md) +[![Change Log](https://img.shields.io/badge/change-log-blue.svg?style=flat)](https://github.com/grafana/grafana-zabbix/blob/main/CHANGELOG.md) [![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/) ![Dashboard](https://user-images.githubusercontent.com/4932851/53799185-e1cdc700-3f4a-11e9-9cb4-8330f501b32e.png) diff --git a/docs/sources/installation.md b/docs/sources/installation.md index 6ba889a79..2634a832b 100644 --- a/docs/sources/installation.md +++ b/docs/sources/installation.md @@ -49,4 +49,4 @@ Starting from version 4.0, each plugin release on GitHub contains packaged plugi ## Building from sources -If you want to build a package yourself, or contribute - read [building instructions](./run_from_master). +If you want to build a package yourself, or contribute - read [building instructions](./run-from-main). diff --git a/docs/sources/run_from_main.md b/docs/sources/run-from-main.md similarity index 100% rename from docs/sources/run_from_main.md rename to docs/sources/run-from-main.md