From fafbc79e666f3d3bc03e6db99ab5e3215c72cfbe Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 29 Jun 2023 22:35:36 +0900 Subject: [PATCH] chore: fix broken link --- packages/blog-content/markdown/projects/pompup.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/blog-content/markdown/projects/pompup.md b/packages/blog-content/markdown/projects/pompup.md index 53d2124..34120d0 100644 --- a/packages/blog-content/markdown/projects/pompup.md +++ b/packages/blog-content/markdown/projects/pompup.md @@ -19,6 +19,10 @@ Pompup is my third attempt at making my personal post-install utility for Here are the past versions: -1. https://github.com/developomp/setup-script-sh - Third version written in Shell Script -2. https://github.com/developomp/setup-script-py - Second version written in Python -3. https://github.com/developomp/pompup - First version written in Shell Go +1. [https://github.com/developomp/setup-script-sh][setup-script-sh] - Third version written in Shell Script +2. [https://github.com/developomp/setup-script-py][setup-script-py] - Second version written in Python +3. [https://github.com/developomp/pompup][pompup] - First version written in Shell Go + +[setup-script-sh]: https://github.com/developomp/setup-script-sh +[setup-script-py]: https://github.com/developomp/setup-script-py +[pompup]: https://github.com/developomp/pompup