diff --git a/site/collections/notes.php b/site/collections/notes.php index a40e79f..269f43a 100644 --- a/site/collections/notes.php +++ b/site/collections/notes.php @@ -4,7 +4,7 @@ * if you need to reuse the same set up pages, files or users in multiple places across your site. * * More about collections: - * http://getkirby.test/docs/guide/templates/collections + * https://getkirby.com/docs/guide/templates/collections */ return function () { return page('notes') diff --git a/site/controllers/notes.php b/site/controllers/notes.php index 0180e91..86696ac 100644 --- a/site/controllers/notes.php +++ b/site/controllers/notes.php @@ -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');