diff --git a/core/includes/database.inc b/core/includes/database.inc index fc76b6f..0cbaaa6 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -170,7 +170,7 @@ * } * @endcode * - * @link http://drupal.org/developing/api/database @endlink + * @see http://drupal.org/developing/api/database */ diff --git a/core/lib/Drupal/Core/Ajax/ReplaceCommand.php b/core/lib/Drupal/Core/Ajax/ReplaceCommand.php index 01c7667..89270f4 100644 --- a/core/lib/Drupal/Core/Ajax/ReplaceCommand.php +++ b/core/lib/Drupal/Core/Ajax/ReplaceCommand.php @@ -19,7 +19,8 @@ * This command is implemented by Drupal.ajax.prototype.commands.insert() * defined in misc/ajax.js. * - * See @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink + * See + * @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink */ class ReplaceCommand extends InsertCommand { diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php index 4839034..fba33a8 100644 --- a/core/modules/system/system.api.php +++ b/core/modules/system/system.api.php @@ -2744,8 +2744,7 @@ function hook_query_TAG_alter(Drupal\Core\Database\Query\AlterableInterface $que * a hook_update_N() is added to the module, this function needs to be updated * to reflect the current version of the database schema. * - * See the Schema API documentation at - * @link http://drupal.org/node/146843 http://drupal.org/node/146843 @endlink + * See the @link http://drupal.org/node/146843 Schema API documentation @endlink * for details on hook_schema and how database tables are defined. * * Note that since this function is called from a full bootstrap, all functions