diff --git a/framework/base/Component.php b/framework/base/Component.php index b4d379e..35da746 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/base/Component.md + * @include @yii/docs/base-Component.md * * @author Qiang Xue * @since 2.0 diff --git a/framework/base/Object.php b/framework/base/Object.php index a26a3b9..9baf25b 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/base/Object.md + * @include @yii/docs/base-Object.md * * @author Qiang Xue * @since 2.0 diff --git a/docs/api/framework/base/Component.md b/framework/docs/base-Component.md similarity index 100% rename from docs/api/framework/base/Component.md rename to framework/docs/base-Component.md diff --git a/docs/api/framework/base/Object.md b/framework/docs/base-Object.md similarity index 100% rename from docs/api/framework/base/Object.md rename to framework/docs/base-Object.md