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