From 2d23c9352b170828781dacc1a1200bb93ec05189 Mon Sep 17 00:00:00 2001 From: David Mackey Date: Thu, 14 Jul 2016 16:28:40 -0700 Subject: [PATCH] Fix Flask CloudSQL link --- appengine/flexible/hello_world_django/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/hello_world_django/README.md b/appengine/flexible/hello_world_django/README.md index 61b9a72579f..2e2891210db 100644 --- a/appengine/flexible/hello_world_django/README.md +++ b/appengine/flexible/hello_world_django/README.md @@ -47,7 +47,7 @@ For production applications running on Google Cloud Platform, you have the following options: * Use [Cloud SQL](https://cloud.google.com/sql), a fully-managed MySQL database. - There is a [Flask CloudSQL](../clousql) sample that should be straightfoward + There is a [Flask CloudSQL](../cloudsql) sample that should be straightfoward to adapt to Django. * Use any database of your choice hosted on [Google Compute Engine](https://cloud.google.com/compute). The