fix link to how-do-i-modify-my-hosts-file

This commit is contained in:
Roshan Mathews
2021-05-08 21:08:34 +05:30
parent a531ef1d8f
commit 016385b416
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
### 3 - Configure your host machine to access the VM.
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.46.84 https-proxy.test` so you can connect to the VM.
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.46.84 https-proxy.test` so you can connect to the VM.
2. Open your browser and access [http://https.test](http://https.test), and you should be redirected to the `https://` version of the URL.
## Notes