diff --git a/BuildServices.asciidoc b/BuildServices.asciidoc index 735ce54..50a003b 100644 --- a/BuildServices.asciidoc +++ b/BuildServices.asciidoc @@ -25,7 +25,7 @@ Be aware that the available .deb packages will change over time. ## Building Nim projects on Circle CI v2.0 (Currently in Beta) -Circle CI are currently testing version 2 of their platform, where you can use Docker containers to perform builds. The following example is taken from the following guide and builds against the current Nim version on both Ubuntu and Alpine Linux: +https://www.euantorano.co.uk/posts/nim-circle-ci/[Continuous Integration for Nim using Circle CI] +Circle CI are currently testing version 2 of their platform, where you can use Docker containers to perform builds. The following example is taken from the following guide and builds against the current Nim version on both Ubuntu and Alpine Linux: https://www.euantorano.co.uk/posts/nim-circle-ci/[Continuous Integration for Nim using Circle CI] [source,yaml] ----