From 1ac018807bc82d77855f2fc83b4cc3a2575dfea7 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 7 Feb 2021 23:26:50 +0900 Subject: [PATCH] Rename master branch to main --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- website/blog/the-story-of-marp-next.md | 4 ++-- website/components/top/Features.tsx | 2 +- website/css/plugin-rem.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58445a6..d801e57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ env: jobs: validate: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' || !startsWith(github.event.head_commit.message, '[ci skip]') }} + if: ${{ github.ref == 'refs/heads/main' || !startsWith(github.event.head_commit.message, '[ci skip]') }} steps: - run: echo "${{ github.event.head_commit.message }}" diff --git a/README.md b/README.md index 02c63b9..aea44b0 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ And there is a gravesite of classic Marp app in https://github.com/yhatt/marp. : [marp]: https://github.com/marp-team/marp [marpit]: https://github.com/marp-team/marpit [marp-core]: https://github.com/marp-team/marp-core -[marp-core-themes]: https://github.com/marp-team/marp-core/tree/master/themes +[marp-core-themes]: https://github.com/marp-team/marp-core/tree/main/themes [marp-cli]: https://github.com/marp-team/marp-cli [marp-vscode]: https://github.com/marp-team/marp-vscode [vscode]: https://code.visualstudio.com/ @@ -100,7 +100,7 @@ And there is a gravesite of classic Marp app in https://github.com/yhatt/marp. : -Let us know if you have created an awesome slide deck with Marp ecosystem! [Edit README.md and send pull request.](https://github.com/marp-team/marp/edit/master/README.md) +Let us know if you have created an awesome slide deck with Marp ecosystem! [Edit README.md and send pull request.](https://github.com/marp-team/marp/edit/main/README.md) ## Contributing diff --git a/website/blog/the-story-of-marp-next.md b/website/blog/the-story-of-marp-next.md index 75266c3..77ff00a 100644 --- a/website/blog/the-story-of-marp-next.md +++ b/website/blog/the-story-of-marp-next.md @@ -86,7 +86,7 @@ Many of the features are based on the old desktop app, and have improved to be s **[Marp CLI]** is a CLI interface of Marpit and Marp Core converter. It's a Swiss-Army knife for Marp slide deck! -[![Marp CLI](https://raw.githubusercontent.com/marp-team/marp-cli/master/docs/images/marp-cli.gif ' ')][marp cli] +[![Marp CLI](https://raw.githubusercontent.com/marp-team/marp-cli/main/docs/images/marp-cli.gif ' ')][marp cli] You can use it right now by running `npx @marp-team/marp-cli` if [Node.js](https://nodejs.org/) is installed. @@ -207,6 +207,6 @@ In a new Marp, we have reconsidered Markdown syntax based on feedback to the old Marp Next just focuses to build the ecosystem for Markdown slide deck with pure open source. We expect to expand Marp productivity together with open source community. -We still have stood at the beginning of the brand-new ecosystem. Are you interested to Marp team and our ecosystem? We welcome to start your contribution! See [our contributing guideline](https://github.com/marp-team/marp/blob/master/.github/CONTRIBUTING.md) and get started! +We still have stood at the beginning of the brand-new ecosystem. Are you interested to Marp team and our ecosystem? We welcome to start your contribution! See [our contributing guideline](https://github.com/marp-team/.github/blob/master/CONTRIBUTING.md) and get started! > PS. [GitHub Sponsors](https://github.com/sponsors/yhatt) is also good contribution if you want to help my working for open source. diff --git a/website/components/top/Features.tsx b/website/components/top/Features.tsx index 6c00c31..0f326a4 100644 --- a/website/components/top/Features.tsx +++ b/website/components/top/Features.tsx @@ -126,7 +126,7 @@ const cards = [ {' '} has{' '} diff --git a/website/css/plugin-rem.js b/website/css/plugin-rem.js index 5922f04..ec09dd3 100644 --- a/website/css/plugin-rem.js +++ b/website/css/plugin-rem.js @@ -1,5 +1,5 @@ // Based on Marpit PostCSS rem plugin -// https://github.com/marp-team/marpit/blob/master/src/postcss/root/rem.js +// https://github.com/marp-team/marpit/blob/main/src/postcss/root/rem.js const { plugin } = require('postcss') const rootFontSizeCustomProp = '--root-font-size'