Skip to content

Commit 6e2bc34

Browse files
author
Olivier Auverlot
committed
sql extension removed on the stories link
1 parent 5ca8acd commit 6e2bc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ You see the [page layouts demo](./examples/layouts.sql) for a live example of th
13801380
{"link": "/blog.sql", "title": "Blog", "icon": "book"},
13811381
{"link": "//github.com/sqlpage/SQLPage/issues", "title": "Report a bug", "icon": "bug"},
13821382
{"link": "//github.com/sqlpage/SQLPage/discussions", "title": "Discussions", "icon": "message"},
1383-
{"link": "/stories.sql", "title": "Stories", "icon": "user-screen"},
1383+
{"link": "/stories", "title": "Stories", "icon": "user-screen"},
13841384
{"link": "//github.com/sqlpage/SQLPage", "title": "Github", "icon": "brand-github"}
13851385
]},
13861386
{"title": "Documentation", "submenu": [

0 commit comments

Comments
 (0)