Skip to content

Commit d08ec47

Browse files
author
Christopher Quadflieg
committed
Merge branch 'develop' into beta
2 parents db69dd3 + 62c2f3c commit d08ec47

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- next
8+
- next-major
9+
- next-minor
10+
- alpha
11+
- beta
712

813
jobs:
914
release:

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</p>
2929

3030
<p align="center">
31-
  <a href="#installation-and-usage">How To Use</a> • <a href="#contributing">Contributing</a> • <a href="http://roadmap.htmlhint.io/">Roadmap</a> • <a href="https://htmlhint.com">Website</a>
31+
  <a href="#installation-and-usage">How To Use</a> • <a href="#contributing">Contributing</a> • <a href="https://htmlhint.com">Website</a>
3232
</p>
3333

3434
## Table of Contents
@@ -116,9 +116,9 @@ Inline rules in `test.html`:
116116

117117
## 📙 Docs
118118

119-
1. [How to use](https://github.com/htmlhint/HTMLHint/wiki/Usage)
120-
2. [All Rules](https://github.com/htmlhint/HTMLHint/wiki/Rules)
121-
3. [How to Develop](https://github.com/htmlhint/HTMLHint/wiki/Developer-guide)
119+
1. [How to use](https://htmlhint.com/docs/user-guide/usage/cli)
120+
2. [All Rules](https://htmlhint.com/docs/user-guide/list-rules)
121+
3. [How to Develop](CONTRIBUTING.md)
122122

123123
## © License
124124

0 commit comments

Comments
 (0)