From 05f260dfb547084afd0f3629efb0f0f6251d45ea Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 21:03:54 -0500 Subject: [PATCH] Fix a broken tag --- .gitignore | 1 + _posts/2014-08-01-replatform-retrospective.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2aeb5cf..6022db6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ _site codekit-config.json node_modules Gemfile.lock +*.swp diff --git a/_posts/2014-08-01-replatform-retrospective.md b/_posts/2014-08-01-replatform-retrospective.md index d85610f..cc26745 100644 --- a/_posts/2014-08-01-replatform-retrospective.md +++ b/_posts/2014-08-01-replatform-retrospective.md @@ -40,7 +40,7 @@ One of the things I was looking forward to in switching to Android Studio was ge Lesson 2: Static objects are awful ---------------------------------- -Every enterprise application I've worked on, and most Android applications, all have a dependency injection system of some form. I've previously [outlined a number of them]({% post_url 2014-05-07-framework-faceoff.md %}), but I settled on Dagger. +Every enterprise application I've worked on, and most Android applications, all have a dependency injection system of some form. I've previously [outlined a number of them]({% post_url 2014-05-07-framework-faceoff %}), but I settled on Dagger. **Problem:**