Skip to content

Commit 295e697

Browse files
fix: update docs link in README.md (#58)
1 parent adf87f5 commit 295e697

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [Language Server Protocol](https://microsoft.github.io/language-server-proto
2121

2222
## Setting Up Your Project
2323

24-
**Second**, you need a `postgres-language-server.jsonc` file at the root of your repository (or, use a custom file location and point to it via the `postgres-language-server.configFile` setting). You can find sane defaults in the [docs](https://pgtools.dev/#configuration).
24+
**Second**, you need a `postgres-language-server.jsonc` file at the root of your repository (or, use a custom file location and point to it via the `postgres-language-server.configFile` setting). You can find sane defaults in the [docs](https://pg-language-server.com/latest/configuration/).
2525

2626
When you specify the `db` section, the LSP server will connect to your database and gather intel from there. This makes it possible to provide autocompletions and type checks.
2727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "Supabase",
44
"displayName": "postgres-language-server",
55
"description": "Postgres Language Server right in your IDE.",
6-
"version": "1.3.2",
6+
"version": "1.3.3",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/supabase-community/postgres-language-server-vscode"

0 commit comments

Comments
 (0)