From 97c249f01fd586d2b8af7d6cf77d518709f6acad Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 7 Oct 2014 23:05:55 +0200 Subject: [PATCH] fixed links --- 8-dependency-injector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8-dependency-injector.md b/8-dependency-injector.md index 1ea1e7d..8c3fac4 100644 --- a/8-dependency-injector.md +++ b/8-dependency-injector.md @@ -1,4 +1,4 @@ -[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md +[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md) ### Dependency Injector @@ -101,4 +101,4 @@ As you can see now the class has two dependencies. Try to access the page with a Congratulations, you have now successfully laid the groundwork for your application. -[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md \ No newline at end of file +[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md) \ No newline at end of file