Skip to content

Commit 7002768

Browse files
mamcxcloutiertyler
andauthored
Fix link to sql page (#3326)
# Description of Changes As title said # Expected complexity level and risk 1 # Testing - [x] Run `check link` --------- Signed-off-by: Tyler Cloutier <[email protected]> Co-authored-by: Tyler Cloutier <[email protected]>
1 parent 1da6c45 commit 7002768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/sql/pg-wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ implemented, or behave differently:
2121

2222
- **Protocol Version**: Only *PGWire* protocol *version 3.0* is supported, and only the *Simple Query Protocol*, and
2323
without parameterized queries.
24-
- **SQL Features**: Only the subset of SQL features documented in the [SQL documentation](index.md) are
24+
- **SQL Features**: Only the subset of SQL features documented in the [SQL documentation](/docs/sql) are
2525
supported. Subscription queries do not update in real time.
2626
- **Authentication**: SpacetimeDB does not implement database users or roles. The connection string
2727
`user_name@database_name` ignores `user_name`; only `database_name` is used. Authentication is based on the *auth

0 commit comments

Comments
 (0)