Skip to content

Commit 016385b

Browse files
committed
fix link to how-do-i-modify-my-hosts-file
1 parent a531ef1 commit 016385b

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

docker-flask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Wind
3636

3737
After that is configured, you could visit http://docker-flask.test/ in a browser, and you'll see the test page, confirming the Flask container can communicate with the MySQL container.
3838

39-
If you'd like additional assistance editing your hosts file, please read [How do I modify my hosts file?](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file) from Rackspace.
39+
If you'd like additional assistance editing your hosts file, please read [How do I modify my hosts file?](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/) from Rackspace.
4040

4141
## Author Information
4242

drupal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
3232

3333
### 3 - Configure your host machine to access the VM.
3434

35-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.88.8 drupal.test` so you can connect to the VM.
35+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.88.8 drupal.test` so you can connect to the VM.
3636
2. Open your browser and access [http://drupal.test/](http://drupal.test/).
3737

3838
## Notes

elk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Wind
2727

2828
After that is configured, you could visit http://logs.test/ in a browser, and you'll see the Kibana dashboard, and you can visit http://web.test/, and you'll see Nginx's default index page.
2929

30-
If you'd like additional assistance editing your hosts file, please read [How do I modify my hosts file?](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file) from Rackspace.
30+
If you'd like additional assistance editing your hosts file, please read [How do I modify my hosts file?](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/) from Rackspace.
3131

3232
## Author Information
3333

galaxy-role-servers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This folder contains two quick demo playbooks which build a LAMP and Apache Solr
66

77
After running `vagrant up`, you can access the installed LAMP site or Solr Admin dashboard following these instructions:
88

9-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.18.8 galaxy-role-servers.test` so you can connect to the VM.
9+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.18.8 galaxy-role-servers.test` so you can connect to the VM.
1010
2. Open your browser and access the following:
1111
a. LAMP server: [http://galaxy-role-servers.test/](http://galaxy-role-servers.test/).
1212
b. Solr Admin dashboard: [http://galaxy-role-servers.test:8983/](http://galaxy-role-servers.test:8983/).

https-nginx-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
2424

2525
### 3 - Configure your host machine to access the VM.
2626

27-
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.
27+
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.
2828
2. Open your browser and access [http://https.test](http://https.test), and you should be redirected to the `https://` version of the URL.
2929

3030
## Notes

https-self-signed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
2424

2525
### 3 - Configure your host machine to access the VM.
2626

27-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.76.84 https.test` so you can connect to the VM.
27+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.76.84 https.test` so you can connect to the VM.
2828
2. Open your browser and access [https://https.test](https://https.test).
2929

3030
## Notes

includes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example playbook takes the `drupal` playbook example (included in the same
44

55
After running `vagrant up`, you can access the installed Drupal site following these instructions:
66

7-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.88.89 drupal.test` so you can connect to the VM.
7+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.88.89 drupal.test` so you can connect to the VM.
88
2. Open your browser and access [http://drupal.test/](http://drupal.test/).
99

1010
## About the Author

jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
2323

2424
### 3 - Configure your host machine to access the VM.
2525

26-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.76.76 jenkinsci.test` so you can connect to the VM.
26+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.76.76 jenkinsci.test` so you can connect to the VM.
2727
2. Open your browser and access [http://jenkinsci.test:8080](http://jenkinsci.test:8080).
2828

2929
## Notes

kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
2323

2424
### 3 - Configure your host machine to access the VM.
2525

26-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.84.3 cluster.k8s.test` so you can connect to the VM.
26+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.84.3 cluster.k8s.test` so you can connect to the VM.
2727

2828
### 4 - Deploy applications to the Kubernetes cluster
2929

nodejs-role/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The primary difference in this example (as explained in [Ansible for DevOps](htt
66

77
After running `vagrant up`, perform the following steps to access the app via a hostname:
88

9-
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.55.56 nodejs-role.test` so you can connect to the VM.
9+
1. [Edit your hosts file](http://docs.rackspace.com/support/how-to/modify-your-hosts-file/), adding the line `192.168.55.56 nodejs-role.test` so you can connect to the VM.
1010
2. Open your browser and access [http://nodejs-role.test/](http://nodejs-role.test/).
1111

1212
## About the Author

0 commit comments

Comments
 (0)