branch: externals/bnf-mode commit ccb8c0df0addc0d78b831a4181e48b0ebb697f6d Author: Serghei Iakovlev <eg...@protonmail.ch> Commit: Serghei Iakovlev <g...@serghei.pl>
Change default branch name from master to main --- .github/workflows/build.yml | 4 ++-- README.org | 6 +++--- bnf-mode.texi | 2 +- test/README.org | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 302cfaf86f..b0b00ba934 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ on: branches: # This is to make sure that there is no broken CI on # the default branch. - - master + - main pull_request: branches: - - master + - main jobs: build: diff --git a/README.org b/README.org index 98468d1b5c..479a14a7fb 100644 --- a/README.org +++ b/README.org @@ -41,7 +41,7 @@ BNF Mode with older versions of Emacs will most like not be addressed. The master of all the material is the Git repository at https://github.com/sergeyklay/bnf-mode . -NOTE: The ~master~ branch will always contain the latest unstable version. +NOTE: The ~main~ branch will always contain the latest unstable version. If you wish to check older versions or formal, tagged release, please switch to the relevant [[https://github.com/sergeyklay/bnf-mode/tags][tag]]. @@ -81,7 +81,7 @@ Feel free to ask question or make suggestions in our [[https://github.com/sergey ** Changes To see what has changed in recent versions of BNF Mode see: -https://github.com/sergeyklay/bnf-mode/blob/master/NEWS . +https://github.com/sergeyklay/bnf-mode/blob/main/NEWS . ** External Links @@ -93,7 +93,7 @@ https://github.com/sergeyklay/bnf-mode/blob/master/NEWS . ** License -BNF Mode is open source software licensed under the [[https://github.com/sergeyklay/bnf-mode/blob/master/LICENSE][GNU General Public Licence version 3]]. +BNF Mode is open source software licensed under the [[https://github.com/sergeyklay/bnf-mode/blob/main/LICENSE][GNU General Public Licence version 3]]. Copyright © 2019, 2020, 2021, 2022, 2023, 2024 Free Software Foundation, Inc. *** Note On Copyright Years diff --git a/bnf-mode.texi b/bnf-mode.texi index f818eb5a39..6f4587e34d 100644 --- a/bnf-mode.texi +++ b/bnf-mode.texi @@ -330,7 +330,7 @@ Bug tracking is currently handled using the GitHub @section Change Log History is tracked in the -@uref{https://github.com/sergeyklay/bnf-mode/blob/master/NEWS, Git +@uref{https://github.com/sergeyklay/bnf-mode/blob/main/NEWS, Git repository} rather than in this documentation. @node Bibliography diff --git a/test/README.org b/test/README.org index 0e52e8fb35..6880ffae2d 100644 --- a/test/README.org +++ b/test/README.org @@ -3,4 +3,4 @@ The non-interactive Unit Test Suite for the BNF Mode. -For a detailed description of the BNF Mode, refer to [[https://github.com/sergeyklay/bnf-mode/blob/master/README.org][README.org]] file. +For a detailed description of the BNF Mode, refer to [[https://github.com/sergeyklay/bnf-mode/blob/main/README.org][README.org]] file.