diff --git a/.github/contributing.md b/.github/contributing.md index 161f8ef..52c05b1 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -74,7 +74,7 @@ before making a new one, as yours may be a duplicate or a work in progress. First and foremost, have your pull-request pass the [official Awesome List's linter](https://github.com/sindresorhus/awesome-lint). No extra work is required here as it is [already integrated by the way of GitHub -actions](https://github.com/kdeldycke/awesome-falsehood/tree/master/.github/workflows). +actions](https://github.com/kdeldycke/awesome-falsehood/tree/main/.github/workflows). To run the linter locally, do: diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 16e85e7..34391d6 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -1,10 +1,10 @@ name: Autofix on: push: - # Only targets master default branch to avoid amplification effects of + # Only targets default branch to avoid amplification effects of # auto-fixing the exact same stuff in multiple non-rebased branches. branches: - - 'master' + - 'main' schedule: # Run linter every week to catch regressions from external dependencies. - cron: 17 9 * * 1 diff --git a/readme.md b/readme.md index ff2096d..9a40474 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@

- Awesome Falsehood header image + Awesome Falsehood header image

@@ -328,7 +328,7 @@ and lowercase text). ## Contributing Your contributions are always welcome! Please take a look at the -[contribution guidelines](https://github.com/kdeldycke/awesome-falsehood/blob/master/.github/contributing.md) first. +[contribution guidelines](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md) first. ## License @@ -337,7 +337,7 @@ Content of this repository is licensed under the [Creative Commons CC0 license]( To the extent possible under law, [Kevin Deldycke](https://kevin.deldycke.com) has waived all copyright and related or neighboring rights to this work. -The [header image](https://github.com/kdeldycke/awesome-falsehood/blob/master/assets/awesome-falsehood-header.jpg) is based on a modified +The [header image](https://github.com/kdeldycke/awesome-falsehood/blob/main/assets/awesome-falsehood-header.jpg) is based on a modified [photo taken in February 2010 by Iza Bella](https://commons.wikimedia.org/wiki/File:BLW_Truth_and_Falsehood.jpg), distributed under a [Creative Commons BY-SA 2.0 UK license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en).