Skip to content

Commit 591ad39

Browse files
authored
Update BUILD-RUN.md (#2112)
Fix link to sqld container release tags in BUILD-RUN.md (did not had a link, so it auto-linked to the old repo of https://github.com/libsql/sqld)
2 parents 23ccf5f + bb21ca3 commit 591ad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BUILD-RUN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docker run -p 8080:8080 -d ghcr.io/tursodatabase/libsql-server:latest
6868
```
6969

7070
Or you can run a specific version using one of the [sqld container release
71-
tags] in the following form for version X.Y.Z:
71+
tags](https://github.com/tursodatabase/libsql/pkgs/container/libsql-server) in the following form for version X.Y.Z:
7272

7373
```bash
7474
docker run -p 8080:8080 -d ghcr.io/tursodatabase/libsql-server:vX.Y.Z

0 commit comments

Comments
 (0)