From 18dfd8b5e528d133296a6a67ba81d5239b201c38 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 30 Jan 2023 10:01:39 -0600 Subject: [PATCH] docs: update link to task.mk --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac9b8d..5c0aa47 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Current Features: Depends on `GNU Make`, obviously and `Python >=3.7`, and `bash` (or `zsh`). Wait python?!?!, I'm not `pip` installing some package just to parse my makefile. -I agree, all you need is one file [`.task.mk`](./task.mk). +I agree, all you need is one file [`.task.mk`](https://github.com/daylinmorgan/task.mk/blob/main/task.mk) You can automagically include it with just two additional lines to your `Makefile` (and probably one to your `.gitignore`) and you're good to go. ## Setup diff --git a/docs/index.md b/docs/index.md index 5ac9b8d..5c0aa47 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ Current Features: Depends on `GNU Make`, obviously and `Python >=3.7`, and `bash` (or `zsh`). Wait python?!?!, I'm not `pip` installing some package just to parse my makefile. -I agree, all you need is one file [`.task.mk`](./task.mk). +I agree, all you need is one file [`.task.mk`](https://github.com/daylinmorgan/task.mk/blob/main/task.mk) You can automagically include it with just two additional lines to your `Makefile` (and probably one to your `.gitignore`) and you're good to go. ## Setup