diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index 24f4b3e51..b87219028 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -45,4 +45,4 @@ jobs: uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress --timeout 10 --max-retries 3 --retry-wait-time 2 ${{ needs.get-changed-files.outputs.files }} - fail: true + fail: false diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 19f4a1d29..1e2793e02 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1382,7 +1382,7 @@ Books on general-purpose programming that don't focus on a specific language are * [How To Code in React.js](https://www.digitalocean.com/community/books/how-to-code-in-react-js-ebook) - Joe Morgan * [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) -* [Patterns.dev](https://www.patterns.dev/) - Lydia Hallie, Addy Osmani +* [Patterns.dev](https://www.patterns.dev) - Lydia Hallie, Addy Osmani * [Quick Start](https://react.dev/learn) * [React-Bits](https://github.com/vasanthk/react-bits) * [React Book, your beginner guide to React](https://github.com/softchris/react-book/) - Chris Noring