diff --git a/core/includes/database.inc b/core/includes/database.inc
index fc76b6ffdb8945c8fced0bd4bf5d6af9529400a4..0cbaaa606122c92d15ff423e150d4523d3403838 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 01c7667dcbbc51c45152c67f2436942dba44033a..89270f48d7d170c72e7a04a41026f7aa01535f6b 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 b4dc260172e8391b17caa367b7c5e2fe19106a1c..5c6d58ced0e663a7783b90a02bf64f1130838751 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -2748,8 +2748,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