diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da2b96f2f..f4cd8ec5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,11 @@ on: push: branches: - master + - next + - next-major + - next-minor + - alpha + - beta jobs: release: diff --git a/README.md b/README.md index 72c438a65..35f818ab2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@

How To UseContributingRoadmapWebsiteHow To UseContributingWebsite

## Table of Contents @@ -116,9 +116,9 @@ Inline rules in `test.html`: ## 📙 Docs -1. [How to use](https://github.com/htmlhint/HTMLHint/wiki/Usage) -2. [All Rules](https://github.com/htmlhint/HTMLHint/wiki/Rules) -3. [How to Develop](https://github.com/htmlhint/HTMLHint/wiki/Developer-guide) +1. [How to use](https://htmlhint.com/docs/user-guide/usage/cli) +2. [All Rules](https://htmlhint.com/docs/user-guide/list-rules) +3. [How to Develop](CONTRIBUTING.md) ## © License