Fix links in comments, fixes #37
This commit is contained in:
@@ -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')
|
||||||
|
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user