Merge pull request #94 from AlexZeitler/patch-1

Fix broken link to Installation Guide.
This commit is contained in:
Daniel Jiang 2016-04-08 16:32:48 +08:00
commit 9695ebccb2

View File

@ -15,7 +15,7 @@ You can get this IP address using:
$ docker-machine ip harbor.mydomain.com
```
Make sure to change the `hostname` in `Deploy/harbor.cfg` to `harbor.mydomain.com`, configure everything else according to the [Harbor Installation Guide](../docs/insallation_guide.md) and run `prepare`.
Make sure to change the `hostname` in `Deploy/harbor.cfg` to `harbor.mydomain.com`, configure everything else according to the [Harbor Installation Guide](../docs/installation_guide.md) and run `prepare`.
Now, activate the created Docker Machine instance:
@ -53,4 +53,4 @@ And finally, spin up your Harbor containers:
$ docker-compose up -d
```
Now you should be able to browse `http://harbor.mydomain.com`.
Now you should be able to browse `http://harbor.mydomain.com`.