Update link to api keys documentation.

This commit is contained in:
Paul Weidner 2020-12-04 14:01:16 -08:00 committed by Michael Stenta
parent 386985cffa
commit fcdefd7f71
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function farm_map_google_form_farm_map_settings_form_alter(&$form, &$form_state,
$form['farm_map_google_api_key'] = array(
'#type' => 'textfield',
'#title' => t('Google Maps API Key'),
'#description' => t('Google Maps layers require that you obtain an API key. Refer to the <a href="@doc">Google Maps API Key</a> documentation on farmOS.org for instructions.', array('@doc' => 'https://farmos.org/hosting/googlemaps')),
'#description' => t('Google Maps layers require that you obtain an API key. Refer to the <a href="@doc">API Keys</a> documentation on farmOS.org for instructions.', array('@doc' => 'https://farmos.org/hosting/apikeys/')),
'#default_value' => variable_get('farm_map_google_api_key', ''),
);
}