Skip to content

Commit f466bcc

Browse files
committed
remove broken links
1 parent a443414 commit f466bcc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,13 +1035,13 @@ Each button is defined by the following properties:
10351035
json('[
10361036
{
10371037
"component": "table",
1038-
"edit_url": "./update.sql?id={id}",
1039-
"delete_url": "./delete.sql?id={id}",
1038+
"edit_url": "/examples/show_variables.sql?action=edit&update_id={id}",
1039+
"delete_url": "/examples/show_variables.sql?action=delete&delete_id={id}",
10401040
"custom_actions": [
10411041
{
10421042
"name": "history",
10431043
"tooltip": "View Standard History",
1044-
"link": "./history.sql?standard_id={id}",
1044+
"link": "/examples/show_variables.sql?action=history&standard_id={id}",
10451045
"icon": "history"
10461046
}
10471047
]
@@ -1057,14 +1057,14 @@ Each button is defined by the following properties:
10571057
"_sqlpage_actions": [
10581058
{
10591059
"name": "View PDF",
1060-
"tooltip": "View Certificate of Analysis",
1061-
"link": "/c_of_a/2025-09-30_22h01m21s_B69baKoz.pdf",
1060+
"tooltip": "View Presentation",
1061+
"link": "https://sql-page.com/pgconf/2024-sqlpage-badass.pdf",
10621062
"icon": "file-type-pdf"
10631063
},
10641064
{
10651065
"name": "Action",
10661066
"tooltip": "Set In Use",
1067-
"link": "./actions/set_in_use.sql?standard_id=32",
1067+
"link": "/examples/show_variables.sql?action=set_in_use&standard_id=32",
10681068
"icon": "caret-right"
10691069
}
10701070
]
@@ -1080,14 +1080,14 @@ Each button is defined by the following properties:
10801080
"_sqlpage_actions": [
10811081
{
10821082
"name": "View PDF",
1083-
"tooltip": "View Certificate of Analysis",
1084-
"link": "/c_of_a/2025-09-30_22h05m13s_cP7gqMyi.pdf",
1083+
"tooltip": "View Presentation",
1084+
"link": "https://sql-page.com/pgconf/2024-sqlpage-badass.pdf",
10851085
"icon": "file-type-pdf"
10861086
},
10871087
{
10881088
"name": "Action",
10891089
"tooltip": "Retire Standard",
1090-
"link": "./actions/retire.sql?standard_id=33",
1090+
"link": "/examples/show_variables.sql?action=retire&standard_id=33",
10911091
"icon": "test-pipe-off"
10921092
}
10931093
]
@@ -1103,8 +1103,8 @@ Each button is defined by the following properties:
11031103
"_sqlpage_actions": [
11041104
{
11051105
"name": "View PDF",
1106-
"tooltip": "View Certificate of Analysis",
1107-
"link": "025-09-30_22h01m21s_B439baKoz.pdf",
1106+
"tooltip": "View Presentation",
1107+
"link": "https://sql-page.com/pgconf/2024-sqlpage-badass.pdf",
11081108
"icon": "file-type-pdf"
11091109
},
11101110
{

0 commit comments

Comments
 (0)