diff --git a/test-broken-links.md b/test-broken-links.md new file mode 100644 index 000000000..4e35c542a --- /dev/null +++ b/test-broken-links.md @@ -0,0 +1,11 @@ +# Test File for Broken Links + +This is a test file to make sure our GitHub Action is working. + +This is a good link: +[MariaDB](https://mariadb.com) + +Here are some bad links that should fail the build: +- [This link returns a 404](https://httpstat.us/404) +- [This one also returns a 404](https://www.google.com/this-page-does-not-exist-ever) +- [This domain should not exist](httpss://thisshouldnotexist-404.com)