Skip to content

Commit 9ec084b

Browse files
committed
Prefer https for hyperlinks
1 parent 821eede commit 9ec084b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Some distros like Arch Linux won't install `aspell-en` with `aspell`, and you mu
2929
$ sudo pacman -S aspell-en
3030
```
3131

32-
Note: [Cppcheck](http://cppcheck.sourceforge.net/) version must be at least 1.90, otherwise
32+
Note: [Cppcheck](https://cppcheck.sourceforge.net/) version must be at least 1.90, otherwise
3333
it might report errors with false positives. You can get its version by executing `$ cppcheck --version`.
34-
Check [Developer Info](http://cppcheck.sourceforge.net/devinfo/) for building Cppcheck from source.
34+
Check [Developer Info](https://cppcheck.sourceforge.net/devinfo/) for building Cppcheck from source.
3535

3636
### Integrate `clang-format` to `vim`
3737
If you want to run `clang-format` automatically after saving with vim,

0 commit comments

Comments
 (0)