From 7a4e5d4845332f4b559d04f4c1fa32df99e476a4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 22 May 2017 12:45:07 +0300 Subject: [PATCH] Update docs --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 5a489d692afb..ab076381545a 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -90,7 +90,7 @@ Follow these steps to add a driver. Google Map """""""""" -You need to create a Google Maps API key for the Javascript, Geocoding and Embed APIs and then add ``GOOGLE_MAPS_API_KEY=your_key`` to the .env file. +You need to create a `Google Maps API `_ key for the Javascript, Geocoding and Embed APIs and then add ``GOOGLE_MAPS_API_KEY=your_key`` to the .env file. You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env file.