diff --git a/adminlib.php b/adminlib.php
index dbbe59051681a12e86d0689be061f07b6d71ea70..76afb02e086d0f681dcfa10108e9f9cd03b484f3 100644
--- a/adminlib.php
+++ b/adminlib.php
@@ -266,7 +266,7 @@ class admin_settings {
 
     /**
      * This is the entry point for this controller class.
-     * @param string $action Action string (see {@link action}).
+     * @param string $action Action string (see {@see action}).
      * @param int $workflowid Id of the workflow.
      * @throws \coding_exception
      * @throws \dml_exception
diff --git a/classes/local/manager/settings_manager.php b/classes/local/manager/settings_manager.php
index b6ca7de23f84f7de61341e5934ff4c78614764e7..7e76238a773697f5c1f81892b320b42a34fb6277 100644
--- a/classes/local/manager/settings_manager.php
+++ b/classes/local/manager/settings_manager.php
@@ -122,7 +122,7 @@ class settings_manager {
     /**
      * Returns an array of local subplugin settings for a given instance id
      * @param int $instanceid id of the step instance
-     * @param string $type Type of the setting (see {@link settings_type}).
+     * @param string $type Type of the setting (see {@see settings_type}).
      * @return array|null settings key-value pairs
      * @throws \coding_exception
      * @throws \dml_exception
@@ -164,7 +164,7 @@ class settings_manager {
     /**
      * Removes all local settings for a given instance id
      * @param int $instanceid id of the step instance
-     * @param string $type Type of the setting (see {@link settings_type}).
+     * @param string $type Type of the setting (see {@see settings_type}).
      * @throws \coding_exception
      * @throws \dml_exception
      */
@@ -179,7 +179,7 @@ class settings_manager {
 
     /**
      * Validates the type param for the two possibilities 'step' and 'trigger'.
-     * @param string $type Type of the setting (see {@link settings_type}).
+     * @param string $type Type of the setting (see {@see settings_type}).
      * @throws \coding_exception
      */
     private static function validate_type($type) {