Skip to content

Commit 062d5e9

Browse files
committed
fix broken docker links
1 parent 8cf963f commit 062d5e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/official-site/your-first-sql-website/tutorial-install-any.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Download the one that corresponds to your operating system, and extract the exec
1010
> **Note**: On Mac OS, Apple blocks the execution of downloaded files by default. The easiest way to run SQLPage is to use [Homebrew](https://brew.sh).
1111
1212
> **Note**: Advanced users can alternatively install SQLPage using:
13-
> - [docker](https://hub.docker.com/repository/docker/sqlpage/SQLPage/general) (docker images are also available for ARM, making it easy to run SQLPage on a Raspberry Pi, for example),
13+
> - [docker](https://hub.docker.com/repository/docker/lovasoa/SQLPage/general) (docker images are also available for ARM, making it easy to run SQLPage on a Raspberry Pi, for example),
1414
> - [brew](https://formulae.brew.sh/formula/sqlpage) (the easiest way to install SQLPage on Mac OS),
1515
> - [nix](https://search.nixos.org/packages?channel=unstable&show=sqlpage) (declarative package management for reproducible deployments),
1616
> - [scoop](https://scoop.sh/#/apps?q=sqlpage&id=305b3437817cd197058954a2f76ac1cf0e444116) (a command-line installer for Windows),

examples/official-site/your-first-sql-website/tutorial-install-macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sqlpage
1111

1212
> **Note**: Advanced users can alternatively install SQLPage using
1313
> [the precompiled binaries](https://github.com/sqlpage/SQLPage/releases/latest),
14-
> [docker](https://hub.docker.com/repository/docker/sqlpage/SQLPage/general),
14+
> [docker](https://hub.docker.com/repository/docker/lovasoa/SQLPage/general),
1515
> [nix](https://search.nixos.org/packages?channel=unstable&show=sqlpage),
1616
> or [cargo](https://crates.io/crates/sqlpage).
1717

examples/official-site/your-first-sql-website/tutorial-install-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ execute the SQL files you write, and render the database responses as nice web p
77
Download the file, and extract the executable file from the zip archive.
88

99
> **Note**: Advanced users can alternatively install SQLPage using
10-
> [docker](https://hub.docker.com/repository/docker/sqlpage/SQLPage/general),
10+
> [docker](https://hub.docker.com/repository/docker/lovasoa/SQLPage/general),
1111
> [scoop](https://scoop.sh/#/apps?q=sqlpage&id=305b3437817cd197058954a2f76ac1cf0e444116),
1212
> or [cargo](https://crates.io/crates/sqlpage).
1313

0 commit comments

Comments
 (0)