Skip to content

Commit f10ab8a

Browse files
committed
traefik: minor changes
1 parent e40887c commit f10ab8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

traefik/content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ traefik:v2.0
3535
Start a backend server, named `test`:
3636

3737
```bash
38-
docker run -d --name test containous/whoami
38+
docker run -d --name test traefik/whoami
3939
```
4040

4141
And finally, you can access to your `whoami` server throught Traefik, on the domain name `test.docker.localhost`:
@@ -61,11 +61,11 @@ X-Real-Ip: 172.17.0.1
6161

6262
The web UI [http://localhost:8080](http://localhost:8080) will give you an overview of the routers, services, and middlewares.
6363

64-
![Web UI](https://raw.githubusercontent.com/containous/traefik/v2.0/docs/content/assets/img/webui-dashboard.png)
64+
![Web UI](https://raw.githubusercontent.com/traefik/traefik/v2.0/docs/content/assets/img/webui-dashboard.png)
6565

6666
# Traefik v1 - Example usage
6767

68-
Grab a [sample configuration file](https://raw.githubusercontent.com/containous/traefik/v1.7/traefik.sample.toml) and rename it to `traefik.toml`. Enable `docker` provider and web UI:
68+
Grab a [sample configuration file](https://raw.githubusercontent.com/traefik/traefik/v1.7/traefik.sample.toml) and rename it to `traefik.toml`. Enable `docker` provider and web UI:
6969

7070
```toml
7171
## traefik.toml
@@ -90,7 +90,7 @@ traefik:v1.7
9090
Start a backend server, named `test`:
9191

9292
```bash
93-
docker run -d --name test containous/whoami
93+
docker run -d --name test traefik/whoami
9494
```
9595

9696
And finally, you can access to your `whoami` server throught Traefik, on the domain name `{containerName}.{configuredDomain}` (`test.docker.localhost`):
@@ -116,7 +116,7 @@ X-Forwarded-Server: f2e05c433120
116116

117117
The web UI [http://localhost:8080](http://localhost:8080) will give you an overview of the frontends/backends and also a health dashboard.
118118

119-
![Web UI Providers](https://raw.githubusercontent.com/containous/traefik/v1.7/docs/img/web.frontend.png)
119+
![Web UI Providers](https://raw.githubusercontent.com/traefik/traefik/v1.7/docs/img/web.frontend.png)
120120

121121
# Documentation
122122

0 commit comments

Comments
 (0)