@@ -71,7 +71,7 @@ a single newline (\\n)."
7171 (const :tag " Always" t )
7272 (const :tag " Never" nil )
7373 (const :tag " Ask" ask))
74- :link '(url-link :tag " drupal.org" " https://drupal.org/coding-standards#indenting " )
74+ :link '(url-link :tag " drupal.org" " https://www. drupal.org/coding-standards" )
7575 :group 'drupal )
7676
7777
@@ -92,7 +92,7 @@ whitespace at the end."
9292 (const :tag " Always" always)
9393 (const :tag " Default" default )
9494 (const :tag " Never" never))
95- :link '(url-link :tag " drupal.org" " https://drupal.org/coding-standards#indenting " )
95+ :link '(url-link :tag " drupal.org" " https://www. drupal.org/coding-standards" )
9696 :group 'drupal )
9797
9898
@@ -338,8 +338,8 @@ function arguments.")
338338 (c-special-indent-hook . c-gnu-impose-minimum)
339339 )
340340 " Drupal coding style.
341- According to https://drupal.org/coding-standards#indenting ."
342- :link '(url-link :tag " drupal.org" " https://drupal.org/coding-standards#indenting " )
341+ According to https://www. drupal.org/coding-standards."
342+ :link '(url-link :tag " drupal.org" " https://www. drupal.org/coding-standards" )
343343 :group 'drupal )
344344
345345(c-add-style " drupal" drupal-style)
@@ -439,13 +439,13 @@ of the project)."
439439
440440(define-key drupal-mode-map
441441 [menu-bar drupal drupal-project drupal-project-bugs]
442- '(menu-item " Bug reports" (lambda () (interactive ) (browse-url (concat " https://drupal.org/project/issues/" drupal-project " ?categories=bug" )))))
442+ '(menu-item " Bug reports" (lambda () (interactive ) (browse-url (concat " https://www. drupal.org/project/issues/" drupal-project " ?categories=bug" )))))
443443(define-key drupal-mode-map
444444 [menu-bar drupal drupal-project drupal-project-issues]
445- '(menu-item " Issues" (lambda () (interactive ) (browse-url (concat " https://drupal.org/project/issues/" drupal-project " ?categories=All" )))))
445+ '(menu-item " Issues" (lambda () (interactive ) (browse-url (concat " https://www. drupal.org/project/issues/" drupal-project " ?categories=All" )))))
446446(define-key drupal-mode-map
447447 [menu-bar drupal drupal-project drupal-project-home]
448- '(menu-item " Project page" (lambda () (interactive ) (browse-url (concat " https://drupal.org/project/" drupal-project)))))
448+ '(menu-item " Project page" (lambda () (interactive ) (browse-url (concat " https://www. drupal.org/project/" drupal-project)))))
449449(define-key drupal-mode-map
450450 [menu-bar drupal drupal-project drupal-project-separator]
451451 '(" --" ))
@@ -460,7 +460,7 @@ of the project)."
460460
461461(defun drupal-convert-line-ending ()
462462 " Convert to unix style line ending.
463- According to https://drupal.org/coding-standards#indenting you
463+ According to https://www. drupal.org/coding-standards you
464464should save your files with unix style end of line."
465465 (when (and drupal-mode
466466 drupal-convert-line-ending
0 commit comments