aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 03:06:10 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 03:06:10 +0000
commit59b55b6b8b43226f12e2ed456b40f1c89a86eea4 (patch)
treebf47dd0b7a5b77b049e45120a2f3a2fb592a28a3 /content
parent4b489a049a0063bbb1fd9f0c0f74ce1ee9f87a86 (diff)
downloadcapotej.com-59b55b6b8b43226f12e2ed456b40f1c89a86eea4.tar.gz
fix mixed insecure content
Diffstat (limited to 'content')
-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.