From 356c4c5464c605b4d577979b3f7078eb7eb3f361 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 24 Jul 2024 14:34:17 +0200 Subject: [PATCH] Fix wrong crosslink annotations --- .../Framework/Features/Blogging/DynamicPages/PostAuthorPage.php | 2 +- .../Features/Blogging/DynamicPages/PostAuthorsPage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {