Skip to content

Commit 50c57fc

Browse files
authored
Fix official docker container image link (#272)
Setting the link directly makes it a relative link, which ends up pointing to a non-existing file in this repo. We need to make this an absolute link, so that the GCP redirection can point to the artifact registry. Signed-off-by: Ivan Kerin <ikerin@gmail.com>
1 parent 0eed3aa commit 50c57fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stored in [Cloud Storage][cloud-storage]. An interoperable layer also exists wit
4242
- Install a pre-compiled binary for your operating system from the [latest
4343
releases](releases).
4444
45-
- Use an [official Docker container](us-docker.pkg.dev/berglas/berglas/berglas):
45+
- Use an [official Docker container](https://us-docker.pkg.dev/berglas/berglas/berglas):
4646
4747
```text
4848
docker run -it us-docker.pkg.dev/berglas/berglas/berglas

0 commit comments

Comments
 (0)