From 12f08328c5a13c04eb31a4c77a3b8e07a3542293 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 7 Jan 2023 02:47:25 +0100 Subject: [PATCH] fixes #10 link tech in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3f7c70..711a13b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This repository contains the https://www.it4c.dev Website utilizing `vuepress` t ## Software requirements This package requires: -- nodejs -- npm +- [nodejs](https://github.com/nodejs/node) +- [npm](https://github.com/npm/cli) ## Techstack This package uses: -- vuepress -- vuepress-theme-book +- [vuepress](https://github.com/vuejs/vuepress) +- [vuepress-theme-book](https://github.com/cyrilf/vuepress-theme-book) ## Usage