From 88c20f406f84cf2dd0dd551b92206bd7177ee4de Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jul 2024 12:06:26 +0000 Subject: [PATCH] Merge pull request #1820 from hydephp/normalize-documented-link Normalize documented link in code documentation https://github.com/hydephp/develop/commit/f2b7f0177244f3299a4d07fe732e1be503bc4189 --- src/Facades/Author.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facades/Author.php b/src/Facades/Author.php index 16976036..d9bbbb89 100644 --- a/src/Facades/Author.php +++ b/src/Facades/Author.php @@ -18,7 +18,7 @@ class Author * Construct a new Post Author. For Hyde to discover this author, * you must call this method from your hyde.php config file. * - * @see https://hydephp.com/docs/1.x/customization.html#authors + * @see https://hydephp.com/docs/1.x/customization#authors * * @param string $username The username of the author. This is the key used to find authors in the config. * @param string|null $name The optional display name of the author, leave blank to use the username.