fixed links

This commit is contained in:
Daniele Linguaglossa 2023-07-13 16:50:45 +02:00
parent 27907d4938
commit 7053c9d6d9
1 changed files with 64 additions and 64 deletions

View File

@ -181,18 +181,18 @@ Copyright:
MD_TEXT(" that I wrote in C!") \
MD_NEWLINE() \
MD_TEXT("You can find the source code of this blog on my ") \
MD_LINK("git repository", "https://git.libdzonerzy.so/libdzonerzy.so") \
MD_LINK("git repository", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so") \
MD_TEXT(".") \
MD_NEWLINE() \
MD_SECTION1("Projects") \
MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \
MD_TEXT("still in development, but I'm working hard to finish them.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/libdzonersy.so"))) \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/dzonerzy/libdzonersy.so"))) \
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \
MD_TEXT("that I use to power this blog.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/captainhook"))) \
MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/dzonerzy/CaptainHook"))) \
MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \
MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \
MD_NEWLINE() \