Skip to content

Commit 7b37f69

Browse files
Merge pull request #418 from claycooper/patch-1
Update links to Docker Hub
2 parents d6193ee + 6c988f6 commit 7b37f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes how to install and configure the SATOSA proxy.
66

77
## Docker
88

9-
A pre-built Docker image is accessible at the [Docker Hub](https://hub.docker.com/r/satosa/), and is the
9+
A pre-built Docker image is accessible at the [Docker Hub](https://hub.docker.com/_/satosa), and is the
1010
recommended ways of running the proxy.
1111

1212
## Manual installation
@@ -30,7 +30,7 @@ apt-get install libffi-dev libssl-dev xmlsec1
3030
pip install <satosa_path>
3131
```
3232

33-
Alternatively the application can be installed directly from PyPI (`pip install satosa`), or the [Docker image](https://hub.docker.com/r/satosa/) can be used.
33+
Alternatively the application can be installed directly from PyPI (`pip install satosa`), or the [Docker image](https://hub.docker.com/_/satosa) can be used.
3434

3535

3636
# Configuration

0 commit comments

Comments
 (0)