diff --git a/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php b/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
index 937e542a9a8c95ae1923e439295ff2231dca3bf8..c429a63c2ef420bb619c0c461d99a794150c8cd3 100644
--- a/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
+++ b/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
@@ -24,7 +24,7 @@
  * specified. In that case, the allowed values and options apply to the main
  * property only.
  *
- * @see \Drupal\options\Plugin\Field\FieldWidget\OptionsWidgetBase
+ * @see \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase
  */
 interface OptionsProviderInterface {