Skip to content

Commit 914d2df

Browse files
committed
Fixed URL of Drupalcontrib.org API.
1 parent 44ea6bf commit 914d2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ whitespace at the end."
9898
%v is the Drupal major version.
9999
%s is the search term."
100100
:type '(choice (const :tag "Api.drupal.org" "http://api.drupal.org/api/search/%v/%s")
101-
(const :tag "Api.drupalcontrib.org" "http://api.drupalcontrib.org/api/search/%v/%s")
101+
(const :tag "Drupalcontrib.org" "http://drupalcontrib.org/api/search/%v/%s")
102102
(string :tag "Other" "http://example.com/api/search/%v/%s"))
103103
:link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org")
104104
:link '(url-link :tag "api.drupal.org" "http://api.drupal.org")

0 commit comments

Comments
 (0)