aboutsummaryrefslogtreecommitdiff
path: root/content/post
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--content/post/2012-11-01-base-a-scala-project-generator.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/2012-11-01-base-a-scala-project-generator.markdown b/content/post/2012-11-01-base-a-scala-project-generator.markdown
index a0e39f7..2a31453 100644
--- a/content/post/2012-11-01-base-a-scala-project-generator.markdown
+++ b/content/post/2012-11-01-base-a-scala-project-generator.markdown
@@ -35,6 +35,6 @@ hello world
This uses the new incremental compiler for maven, [zinc](http://github.com/typesafehub/zinc), which dramatically speeds up compile times (except for the first time you run it). It also sets you up with the latest scalatest maven plugin, which gives you sweet looking test output, like so:
-![](http://i.imgur.com/qyyem.png)
+![](https://i.imgur.com/qyyem.png)
See the base [README](http://github.com/capotej/base#readme) for installation instructions.