Skip to content

Commit

Permalink
Merge pull request #1820 from hydephp/normalize-documented-link
Browse files Browse the repository at this point in the history
Normalize documented link in code documentation hydephp/develop@f2b7f01
  • Loading branch information
github-actions committed Jul 10, 2024
1 parent fe1b575 commit a368f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Author.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a368f0b

Please sign in to comment.