Skip to content

Commit cd73d00

Browse files
committed
fix incorrect link to blog
1 parent 0778fb1 commit cd73d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ You see the [page layouts demo](./examples/layouts.sql) for a live example of th
10441044
{"link": "//github.com/lovasoa/SQLpage/blob/main/examples/", "title": "All examples & demos", "icon": "code"}
10451045
]},
10461046
{"title": "Community", "submenu": [
1047-
{"link": "blog.sql", "title": "Blog", "icon": "book"},
1047+
{"link": "/blog.sql", "title": "Blog", "icon": "book"},
10481048
{"link": "//github.com/lovasoa/sqlpage/issues", "title": "Report a bug", "icon": "bug"},
10491049
{"link": "//github.com/lovasoa/sqlpage/discussions", "title": "Discussions", "icon": "message"},
10501050
{"link": "//github.com/lovasoa/sqlpage", "title": "Github", "icon": "brand-github"}
@@ -1098,7 +1098,7 @@ and in `shell.json`:
10981098
"menu_item": [
10991099
{"link": "index.sql", "title": "Home"},
11001100
{"title": "Community", "submenu": [
1101-
{"link": "blog.sql", "title": "Blog"},
1101+
{"link": "/blog.sql", "title": "Blog"},
11021102
{"link": "//github.com/lovasoa/sqlpage", "title": "Github"}
11031103
]}
11041104
]

0 commit comments

Comments
 (0)