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