@@ -67,7 +67,7 @@ a single newline (\\n)."
6767 (const :tag " Always" t )
6868 (const :tag " Never" nil )
6969 (const :tag " Ask" ask))
70- :link '(url-link :tag " drupal.org" " http ://drupal.org/coding-standards#indenting" )
70+ :link '(url-link :tag " drupal.org" " https ://drupal.org/coding-standards#indenting" )
7171 :group 'drupal )
7272
7373
@@ -88,7 +88,7 @@ whitespace at the end."
8888 (const :tag " Always" always)
8989 (const :tag " Default" default )
9090 (const :tag " Never" never))
91- :link '(url-link :tag " drupal.org" " http ://drupal.org/coding-standards#indenting" )
91+ :link '(url-link :tag " drupal.org" " https ://drupal.org/coding-standards#indenting" )
9292 :group 'drupal )
9393
9494
@@ -123,7 +123,7 @@ whitespace at the end."
123123 " Name of the Drush executable.
124124Include path to the executable if it is not in your $PATH."
125125 :type 'file
126- :link '(url-link :tag " Drush" " http ://drupal.org/project /drush" )
126+ :link '(url-link :tag " Drush" " https ://github.com/drush-ops /drush" )
127127 :group 'drupal-drush )
128128
129129
@@ -283,8 +283,8 @@ function arguments.")
283283 (c-special-indent-hook . c-gnu-impose-minimum)
284284 )
285285 " Drupal coding style.
286- According to http ://drupal.org/coding-standards#indenting."
287- :link '(url-link :tag " drupal.org" " http ://drupal.org/coding-standards#indenting" )
286+ According to https ://drupal.org/coding-standards#indenting."
287+ :link '(url-link :tag " drupal.org" " https ://drupal.org/coding-standards#indenting" )
288288 :group 'drupal )
289289
290290(c-add-style " drupal" drupal-style)
@@ -351,13 +351,13 @@ of the project)."
351351
352352(define-key drupal-mode-map
353353 [menu-bar drupal drupal-project drupal-project-bugs]
354- '(menu-item " Bug reports" (lambda () (interactive ) (browse-url (concat " http ://drupal.org/project/issues/" drupal-project " ?categories=bug" )))))
354+ '(menu-item " Bug reports" (lambda () (interactive ) (browse-url (concat " https ://drupal.org/project/issues/" drupal-project " ?categories=bug" )))))
355355(define-key drupal-mode-map
356356 [menu-bar drupal drupal-project drupal-project-issues]
357- '(menu-item " Issues" (lambda () (interactive ) (browse-url (concat " http ://drupal.org/project/issues/" drupal-project " ?categories=All" )))))
357+ '(menu-item " Issues" (lambda () (interactive ) (browse-url (concat " https ://drupal.org/project/issues/" drupal-project " ?categories=All" )))))
358358(define-key drupal-mode-map
359359 [menu-bar drupal drupal-project drupal-project-home]
360- '(menu-item " Project page" (lambda () (interactive ) (browse-url (concat " http ://drupal.org/project/" drupal-project)))))
360+ '(menu-item " Project page" (lambda () (interactive ) (browse-url (concat " https ://drupal.org/project/" drupal-project)))))
361361(define-key drupal-mode-map
362362 [menu-bar drupal drupal-project drupal-project-separator]
363363 '(" --" ))
@@ -372,7 +372,7 @@ of the project)."
372372
373373(defun drupal-convert-line-ending ()
374374 " Convert to unix style line ending.
375- According to http ://drupal.org/coding-standards#indenting you
375+ According to https ://drupal.org/coding-standards#indenting you
376376should save your files with unix style end of line."
377377 (when (and drupal-mode
378378 drupal-convert-line-ending
0 commit comments