From 7097b81be906f4fd418f84feb25dcf39403819a7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 9 May 2018 12:56:08 +0100 Subject: [PATCH] Add link to Dockal addon blog post --- source/_posts/2018-05-06-creating-custom-docksal-commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_posts/2018-05-06-creating-custom-docksal-commands.md b/source/_posts/2018-05-06-creating-custom-docksal-commands.md index 78b38729..f4d23e21 100644 --- a/source/_posts/2018-05-06-creating-custom-docksal-commands.md +++ b/source/_posts/2018-05-06-creating-custom-docksal-commands.md @@ -261,7 +261,7 @@ I’ve also started to add other commands to projects such as `config-export` to I think it’s a great way to shorten existing commands, or to group multiple commands into one like in this case, and I can see a lot of other potential uses for it during local development and continuous integration. Also being able to run one command like `fin init` and have it set up everything for your project is very convenient and a big time saver! -**Update:** I’ve submitted a [pull request][8] for this command to be added as a Docksal add-on. If accepted, it will be available to add to any project using `fin addon install phpunit`. +**Update:** I’ve submitted a [pull request][8] for this command to be added as a [Docksal add-on][9]. If accepted, it will be available to add to any project using `fin addon install phpunit`. ## Resources @@ -282,3 +282,4 @@ I think it’s a great way to shorten existing commands, or to group multiple co [6]: /talks/tdd-test-driven-drupal [7]: /blog/tags/testing [8]: https://github.com/docksal/addons/pull/15 +[9]: https://blog.docksal.io/installing-addons-in-a-docksal-project-172a6c2d8a5b