diff --git a/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorPage.php b/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorPage.php index efcd014c309..6277414c574 100644 --- a/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorPage.php +++ b/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorPage.php @@ -11,7 +11,7 @@ * @experimental * * @see \Hyde\Framework\Features\Blogging\BlogPostAuthorPages Which generates these pages. - * @see \Hyde\Framework\Features\Blogging\DynamicPages\PostAuthorPage For the individual author pages. + * @see \Hyde\Framework\Features\Blogging\DynamicPages\PostAuthorsPage For the index page of all authors. */ class PostAuthorPage extends InMemoryPage { diff --git a/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorsPage.php b/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorsPage.php index a903d16bf64..e58646f99bc 100644 --- a/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorsPage.php +++ b/packages/framework/src/Framework/Features/Blogging/DynamicPages/PostAuthorsPage.php @@ -11,7 +11,7 @@ * @experimental * * @see \Hyde\Framework\Features\Blogging\BlogPostAuthorPages Which generates these pages. - * @see \Hyde\Framework\Features\Blogging\DynamicPages\PostAuthorsPage For the index page of all authors. + * @see \Hyde\Framework\Features\Blogging\DynamicPages\PostAuthorPage For the individual author pages. */ class PostAuthorsPage extends InMemoryPage {