From bd88863f8d72d9bcb78c533221d58691cdeded5e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 28 Jul 2018 19:25:40 -0400 Subject: [PATCH] Update README.md --- apps/blog/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/blog/README.md b/apps/blog/README.md index 7a11360..0f3e379 100644 --- a/apps/blog/README.md +++ b/apps/blog/README.md @@ -16,7 +16,7 @@ Work in progress! ![Demo](images/demo.png) -To run, see [installation](../README.md) and then: +To run, see [installation](../../README.md) and then: 1. Edit app.py for your own database/framework combination. @@ -24,4 +24,4 @@ To run, see [installation](../README.md) and then: ``` python3 app.py -``` \ No newline at end of file +```