Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0659b25

Browse files
authoredNov 15, 2017
Merge pull request Varying-Vagrant-Vagrants#1352 from ChrisHardie/develop
Fix TLD in new site example to match recommended VVV TLD
2 parents a0abab0 + 9aa9843 commit 0659b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎www/default/index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ function endsWith( $haystack, $needle ) {
113113
description: "A WordPress subdir multisite install"
114114
skip_provisioning: false
115115
hosts:
116-
- newsite.localhost
116+
- newsite.test
117117
custom:
118118
wp_type: subdirectory
119119
</pre>
120-
<p>This will create a site in <code>www/newsite</code> at <code>http://newsite.localhost</code></p>
120+
<p>This will create a site in <code>www/newsite</code> at <code>http://newsite.test</code></p>
121121
<p><em>Remember</em>, in YAML whitespace matters, and you need to reprovision on changes, so run <code>vagrant reload --provision</code></p>
122122
<p>For more information, visit our docs:</p>
123123
<a class="button" href="https://varyingvagrantvagrants.org/docs/en-US/adding-a-new-site/">How to add a new site</a></p>
@@ -151,7 +151,7 @@ function endsWith( $haystack, $needle ) {
151151
<div class="box">
152152
<h3>VVV 1.x Sites not Showing?</h3>
153153
<p>Sites need to be listed in <code>vvv-custom.yml</code> for VVV to find them, luckily it's super easy and fast to add them back! click below to find out how to migrate your sites.</p>
154-
<a class="button" href="https://varyingvagrantvagrants.org/docs/en-US/migrate-vvv-1/">Migrating VVV 1 sites</a>
154+
<a class="button" href="https://varyingvagrantvagrants.org/docs/en-US/adding-a-new-site/migrating-from-vvv-1-4-x/">Migrating VVV 1 sites</a>
155155
</div>
156156
<div class="box">
157157
<h3>Contribute to WordPress</h3>

0 commit comments

Comments
 (0)
This repository has been archived.