diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-08-29 10:01:12 +0200 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2024-07-10 09:39:47 -0700 |
commit | 0c323a569f2774431fcef2e5fe4b5c425ab572b2 (patch) | |
tree | 84cdcb88e63d9267bab4d77b9df61f65ce6c0d99 | |
parent | 858a1b2fad41f968d5d8d3470629c0cbb20562b8 (diff) | |
download | fork-ledger-0c323a569f2774431fcef2e5fe4b5c425ab572b2.tar.gz fork-ledger-0c323a569f2774431fcef2e5fe4b5c425ab572b2.tar.bz2 fork-ledger-0c323a569f2774431fcef2e5fe4b5c425ab572b2.zip |
Use https scheme for links in CONTRIBUTING.md
[ci skip]
-rw-r--r-- | CONTRIBUTING.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21a430bd..7a2e7557 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,20 +114,20 @@ cores: cd build/ledger/debug ninja -[Boost]: http://boost.org -[Boost.Python]: http://www.boost.org/libs/python/ +[Boost]: https://boost.org +[Boost.Python]: https://www.boost.org/libs/python/ [GitHub Issues]: https://github.com/ledger/ledger/issues -[GMP]: http://gmplib.org/ -[MPFR]: http://www.mpfr.org/ -[CMake]: http://www.cmake.org -[Doxygen]: http://doxygen.org +[GMP]: https://gmplib.org/ +[MPFR]: https://www.mpfr.org/ +[CMake]: https://www.cmake.org +[Doxygen]: https://doxygen.org [Markdown]: https://daringfireball.net/projects/markdown/ -[SHA1]: http://en.wikipedia.org/wiki/SHA-1 -[Texinfo]: http://www.gnu.org/software/texinfo/ +[SHA1]: https://en.wikipedia.org/wiki/SHA-1 +[Texinfo]: https://www.gnu.org/software/texinfo/ [GitHub Actions]: https://github.com/features/actions -[GCC]: http://gcc.gnu.org -[utfcpp]: http://utfcpp.sourceforge.net +[GCC]: https://gcc.gnu.org +[utfcpp]: https://utfcpp.sourceforge.net [small badge]: https://github.com/ledger/ledger/actions/workflows/cmake.yml/badge.svg -[git-flow]: http://nvie.com/posts/a-successful-git-branching-model/ +[git-flow]: https://nvie.com/posts/a-successful-git-branching-model/ [README.md]: https://github.com/ledger/ledger/blob/master/README.md -[clang]: http://clang.llvm.org +[clang]: https://clang.llvm.org |