From 0c323a569f2774431fcef2e5fe4b5c425ab572b2 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 29 Aug 2023 10:01:12 +0200 Subject: Use https scheme for links in CONTRIBUTING.md [ci skip] --- CONTRIBUTING.md | 24 ++++++++++++------------ 1 file 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 -- cgit v1.2.3