From bf54b2b150db9750c7a6c8c1da230d58b5e7493a Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Tue, 7 Nov 2023 18:29:51 +0530 Subject: [PATCH] fix a broken link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index dd9cb840..977ae356 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,6 +24,6 @@ dbdev is a package manager for Postgres [trusted language extensions](https://gi - dbdev CLI: a CLI for publishing TLEs to a registry. - dbdev client: an in-database client for installing TLEs from registries. -If you want to publish your own TLE, you will need the dbdev CLI. Follow its [installation instructions](install-cli.md) to get started. +If you want to publish your own TLE, you will need the dbdev CLI. Follow its [installation instructions](cli.md#installation) to get started. If you want to install an extension from the registry, you will need the SQL dbdev client. Follow its [installation instructions](https://database.dev/installer) to enable it in your database.