diff --git a/framework/docs/base-Component.md b/docs/api/base/Component.md
similarity index 100%
rename from framework/docs/base-Component.md
rename to docs/api/base/Component.md
diff --git a/framework/docs/base-Object.md b/docs/api/base/Object.md
similarity index 100%
rename from framework/docs/base-Object.md
rename to docs/api/base/Object.md
diff --git a/framework/base/Component.php b/framework/base/Component.php
index e7cf72a..9c97894 100644
--- a/framework/base/Component.php
+++ b/framework/base/Component.php
@@ -12,7 +12,7 @@ namespace yii\base;
 /**
  * Component is the base class that provides the *property*, *event* and *behavior* features.
  *
- * @include @yii/docs/base-Component.md
+ * @include @yii/base/Component.md
  *
  * @property Behavior[] behaviors list of behaviors currently attached to this component
  *
diff --git a/framework/base/Object.php b/framework/base/Object.php
index 15723dc..113cce3 100644
--- a/framework/base/Object.php
+++ b/framework/base/Object.php
@@ -12,7 +12,7 @@ namespace yii\base;
 /**
  * Object is the base class that provides the *property* feature.
  *
- * @include @yii/docs/base-Object.md
+ * @include @yii/base/Object.md
  *
  * @author Qiang Xue <qiang.xue@gmail.com>
  * @since 2.0