Skip to content

Commit 8ac866c

Browse files
committed
links: replace all http by newer https links
1 parent c487dda commit 8ac866c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

topics/build_systems/slides/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Links - CMake
1515
[do_cmake_right]: https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/
1616
[effective_modern_cmake]: https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1
1717
[cmake_is_like_inheritance]: https://kubasejdak.com/blog/modern-cmake-is-like-inheritance
18-
[cmake_useful_variables]: http://www.cmake.org/Wiki/CMake_Useful_Variables
18+
[cmake_useful_variables]: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/Useful-Variables
1919
[cmake_properties]: https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html
2020
[cmake_dependencies]: https://samthursfield.wordpress.com/2015/11/21/cmake-dependencies-between-targets-and-files-and-custom-commands/
2121
[talk_pfeifer_effective_cmake]: https://www.youtube.com/watch?v=bsXLMQ6WgIk

topics/git/slides/links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Links
2222
[git_katas]: https://github.com/eficode-academy/git-katas
2323

2424
[comparing_workflows]: https://www.atlassian.com/git/tutorials/comparing-workflows
25-
[one_flow]: http://endoflineblog.com/oneflow-a-git-branching-model-and-workflow
25+
[one_flow]: https://endoflineblog.com/oneflow-a-git-branching-model-and-workflow
2626
[git_flow]: https://www.atlassian.com/de/git/tutorials/comparing-workflows/gitflow-workflow
2727
[trunk_based_development]: https://trunkbaseddevelopment.com/
2828
[git_grundlagen_workflows]: https://www.amazon.de/Git-Dezentrale-Versionsverwaltung-Grundlagen-Workflows/dp/3898648001
@@ -64,7 +64,7 @@ Links
6464

6565
[good_git_comments]: https://chris.beams.io/posts/git-commit/
6666
[practical_guide_git_comments]: https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/
67-
[uboot_commit_message_conventions]: http://www.denx.de/wiki/view/U-Boot/Patches#Commit_message_conventions
67+
[uboot_commit_message_conventions]: https://docs.u-boot.org/en/latest/#Commit_message_conventions
6868
[gitlint]: https://jorisroovers.com/gitlint/
6969

7070
[caret_and_tilde]: https://stackoverflow.com/questions/2221658/whats-the-difference-between-head-and-head-in-git

topics/tools_and_varia/slides/links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Links
4444
[choco_create_packages]: https://docs.chocolatey.org/en-us/create/create-packages
4545

4646
[pretty_putty]: https://github.com/jacektrocinski/pretty-putty
47-
[kitty]: http://www.9bis.net/kitty/#!index.md
47+
[kitty]: https://www.9bis.net/kitty
4848
[solar_putty]: https://www.solarwinds.com/free-tools/solar-putty
4949
[mobaxterm]: https://mobaxterm.mobatek.net/
5050

@@ -71,7 +71,7 @@ Links
7171
[wiki_event_loop]: https://en.wikipedia.org/wiki/Event_loop
7272
[win_main]: https://docs.microsoft.com/de-ch/windows/desktop/api/winbase/nf-winbase-winmain
7373
[glib_main_event_loop]: https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html
74-
[sd_event]: http://0pointer.net/blog/introducing-sd-event.html
74+
[sd_event]: https://www.freedesktop.org/software/systemd/man/latest/sd-event.html
7575
[boost_asio]: https://www.boost.org/doc/libs/1_86_0/doc/html/boost_asio.html
7676

7777
* [wiki_event_loop]

0 commit comments

Comments
 (0)