Fix links in comments, fixes #37

This commit is contained in:
Sonja Broda
2022-01-12 10:58:35 +01:00
parent 4a013b5e86
commit 822b434bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ return function ($page) {
* We use the collection helper to fetch the notes collection defined in `/site/collections/notes.php`
*
* More about collections:
* http://getkirby.test/docs/guide/templates/collections
* https://getkirby.com/docs/guide/templates/collections
*/
$notes = collection('notes');