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

@@ -4,7 +4,7 @@
* if you need to reuse the same set up pages, files or users in multiple places across your site. * if you need to reuse the same set up pages, files or users in multiple places across your site.
* *
* More about collections: * More about collections:
* http://getkirby.test/docs/guide/templates/collections * https://getkirby.com/docs/guide/templates/collections
*/ */
return function () { return function () {
return page('notes') return page('notes')

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` * We use the collection helper to fetch the notes collection defined in `/site/collections/notes.php`
* *
* More about collections: * More about collections:
* http://getkirby.test/docs/guide/templates/collections * https://getkirby.com/docs/guide/templates/collections
*/ */
$notes = collection('notes'); $notes = collection('notes');