branch: elpa/drupal-mode
commit 914d2df539c6e8e9d398e1fbce8acfed05e32e44
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Fixed URL of Drupalcontrib.org API.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index ad06d39a6c..c71faf4b15 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -98,7 +98,7 @@ whitespace at the end."
%v is the Drupal major version.
%s is the search term."
:type '(choice (const :tag "Api.drupal.org"
"http://api.drupal.org/api/search/%v/%s")
- (const :tag "Api.drupalcontrib.org"
"http://api.drupalcontrib.org/api/search/%v/%s")
+ (const :tag "Drupalcontrib.org"
"http://drupalcontrib.org/api/search/%v/%s")
(string :tag "Other" "http://example.com/api/search/%v/%s"))
:link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org")
:link '(url-link :tag "api.drupal.org" "http://api.drupal.org")