From 788e4198c2d94dc6e8dcfe06ae7fdc4cf7825d3a Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Mon, 9 Jun 2025 11:33:22 +0200 Subject: [PATCH 1/2] Remove master-branch references --- .github/workflows/mirror.yml | 18 ------------------ README.md | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index 02ad369b..00000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Main Mirror - -on: - push: - branches: ['main'] - -permissions: {} -jobs: - mirror: - permissions: - contents: write # to update branch - - runs-on: ubuntu-latest - - steps: - - uses: zofrex/mirror-branch@v1 - with: - target-branch: master diff --git a/README.md b/README.md index 1a8abc0b..52ce29c2 100644 --- a/README.md +++ b/README.md @@ -230,12 +230,12 @@ function tldr() { ## Contributing Contribution are most welcome! -Have a look [over here](https://github.com/tldr-pages/tldr-node-client/blob/master/.github/CONTRIBUTING.md) +Have a look [over here](https://github.com/tldr-pages/tldr-node-client/blob/main/.github/CONTRIBUTING.md) for a few rough guidelines. [npm-url]: https://www.npmjs.com/package/tldr [npm-image]: https://img.shields.io/npm/v/tldr.svg -[gh-actions-url]: https://github.com/tldr-pages/tldr-node-client/actions?query=workflow%3ATest+branch%3Amaster +[gh-actions-url]: https://github.com/tldr-pages/tldr-node-client/actions/workflows/test.yml?query=workflow%3ATest+branch%3Amain [gh-actions-image]: https://img.shields.io/github/actions/workflow/status/tldr-pages/tldr-node-client/test.yml?branch=main [matrix-url]: https://matrix.to/#/#tldr-pages:matrix.org [matrix-image]: https://img.shields.io/matrix/tldr-pages:matrix.org?label=chat+on+matrix From 703dc7f47ae5b6a273b5b4dc91e4aded8786b756 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Mon, 9 Jun 2025 11:41:42 +0200 Subject: [PATCH 2/2] Update reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ce29c2..f659f980 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ source ~/.bashrc This command will generate the appropriate completion script and append it to your shell's configuration file (`.zshrc` or `.bashrc`). -If you encounter any issues or need more information about the autocompletion setup, please refer to the [completion.js](https://github.com/tldr-pages/tldr-node-client/blob/master/lib/completion.js) file in the repository. +If you encounter any issues or need more information about the autocompletion setup, please refer to the [completion.js](https://github.com/tldr-pages/tldr-node-client/blob/main/lib/completion.js) file in the repository. ## FAQ