Skip to content

Commit 22560ab

Browse files
authored
Merge pull request #21 from htmlhint/fix-broken-links-readme
2 parents 4fdda9e + b1b58a5 commit 22560ab

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,28 @@
2020
<a href="https://discord.gg/nJ6J9CP">
2121
<img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat">
2222
</a>
23-
<a href="http://roadmap.htmlhint.io/roadmap">
24-
<img src="https://img.shields.io/badge/check-our%20roadmap-EE503E.svg" alt="Chat">
25-
</a>
2623
</p>
2724

2825
<p align="center">
29-
  <a href="#install">How To Use</a> • <a href="/CONTRIBUTING.md">Contributing</a> • <a href="http://roadmap.htmlhint.io/">Roadmap</a> • <a href="https://htmlhint.io">Website</a>
26+
  <a href="#install">How To Use</a> • <a href="/CONTRIBUTING.md">Contributing</a> • <a href="https://htmlhint.com">Website</a>
3027
</p>
3128

3229
## Table of Contents
3330

3431
- **[Install](#install)**
3532
- **[Settings](#settings)**
3633

37-
This linter plugin for [SublimeLinter][docs] provides an interface to [htmlhint](http://htmlhint.com/). It will be used with files that have the “HTML” syntax.
34+
This linter plugin for [SublimeLinter][docs] provides an interface to [HTMLHint](http://htmlhint.com/). It will be used with files that have the “HTML” syntax.
3835

3936
## Install
37+
4038
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://www.sublimelinter.com/en/stable/installation.html).
4139

4240
### Linter installation
41+
4342
Before using this plugin, you must ensure that `htmlhint` is installed on your system. To install `htmlhint`, do the following:
4443

45-
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
44+
1. Install [Node.js](https://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
4645

4746
2. Install the latest `htmlhint` globally by typing the following in a terminal:
4847
```
@@ -59,11 +58,13 @@ Or install `htmlhint` locally in your project folder (**you must have package.js
5958
**Note:** This plugin requires `htmlhint` 0.9.13 or greater. Upgrade your existing installation by running step 2 above.
6059

6160
### Linter configuration
61+
6262
In order for `htmlhint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [“Finding a linter executable”](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
6363

6464
Once you have installed and configured `htmlhint`, you can proceed to install the SublimeLinter-contrib-htmlhint plugin if it is not yet installed.
6565

6666
### Plugin installation
67+
6768
Please use [Package Control][pc] to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.
6869

6970
To install via Package Control, do the following:
@@ -84,7 +85,7 @@ The path to the `.htmlhintrc` file is cached, meaning if you create a new `.html
8485

8586
Project initially created by [@mmaday](https://github.com/mmaday) and transferred to the [HTMLHint](https://github.com/htmlhint) organization.
8687

87-
<a href="https://htmlhint.io"><img src="https://raw.githubusercontent.com/htmlhint/htmlhint/develop/src/img/htmlhint.png" alt="Logo HTMLHint" width="65"></a>
88+
<a href="https://htmlhint.com"><img src="https://raw.githubusercontent.com/htmlhint/htmlhint/develop/src/img/htmlhint.png" alt="Logo HTMLHint" width="65"></a>
8889

8990
[MIT License](./LICENSE)
9091

0 commit comments

Comments
 (0)