diff --git a/contrib/deploying_using_docker_machine.md b/contrib/deploying_using_docker_machine.md index e010dbdb0..d14e8f872 100644 --- a/contrib/deploying_using_docker_machine.md +++ b/contrib/deploying_using_docker_machine.md @@ -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`. \ No newline at end of file +Now you should be able to browse `http://harbor.mydomain.com`.