emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 914d2df539 222/308: Fixed URL of Drupalcontrib


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 914d2df539 222/308: Fixed URL of Drupalcontrib.org API.
Date: Tue, 25 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/drupal-mode
commit 914d2df539c6e8e9d398e1fbce8acfed05e32e44
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]