Skip to content

Commit

Permalink
Prefer https for hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Apr 13, 2024
1 parent 821eede commit 9ec084b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Some distros like Arch Linux won't install `aspell-en` with `aspell`, and you mu
$ sudo pacman -S aspell-en
```

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

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

0 comments on commit 9ec084b

Please sign in to comment.