From fc44a074654699fdf8c6f3fdb6d1d8d620d5d294 Mon Sep 17 00:00:00 2001 From: Sven Harazim Date: Wed, 25 Oct 2023 20:05:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ed3df5..bbf555b 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This is the code for the blog articles: -- [Building a (real) Linux daemon with Delphi - Part 1](http://blog.paolorossi.net/2017/07/11/building-a-real-linux-daemon-with-delphi-part-1-2/) -- [Building a (real) Linux daemon with Delphi - Part 2](http://blog.paolorossi.net/2017/09/04/building-a-real-linux-daemon-with-delphi-part-2/) +- [Building a (real) Linux daemon with Delphi - Part 1](https://blog.paolorossi.net/2017/07/11/building-a-real-linux-daemon-with-delphi-part-1-2/) +- [Building a (real) Linux daemon with Delphi - Part 2](https://blog.paolorossi.net/building-a-real-linux-daemon-with-delphi-part-2/) The first demo (DelphiDaemonBase folder) is the exact code showed in the article, it's a simple but fully functional Linux daemon implementation in a `.dpr` project with the `syslog.pas` unit. From fa731a5ae118d35918300885e6af2a50cb3a8426 Mon Sep 17 00:00:00 2001 From: Sven Harazim Date: Wed, 25 Oct 2023 20:05:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf555b..d27b039 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is the code for the blog articles: -- [Building a (real) Linux daemon with Delphi - Part 1](https://blog.paolorossi.net/2017/07/11/building-a-real-linux-daemon-with-delphi-part-1-2/) +- [Building a (real) Linux daemon with Delphi - Part 1](https://blog.paolorossi.net/building-a-real-linux-daemon-with-delphi-part-1/) - [Building a (real) Linux daemon with Delphi - Part 2](https://blog.paolorossi.net/building-a-real-linux-daemon-with-delphi-part-2/) The first demo (DelphiDaemonBase folder) is the exact code showed in the article, it's a simple but fully functional Linux daemon implementation in a `.dpr` project with the `syslog.pas` unit.