aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md')
-rw-r--r--source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md b/source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
index 123af85..7e8e040 100644
--- a/source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
+++ b/source/00_content/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
@@ -149,6 +149,6 @@ One should however expect to dive deeper into C library internals and debug lowe
For a real world example of how function interposition using `LD_PRELOAD` and C++ may be used to build a small but hopefully useful application feel free to check out [_change_] on [Github] or [cgit].
-[_change_]: /page/change/
+[_change_]: https://tree.kummerlaender.eu/projects/change/
[Github]: https://github.com/KnairdA/change/
[cgit]: https://code.kummerlaender.eu/change/