From 5acd5e57dd095319130bc2459bf4c4adef47bce9 Mon Sep 17 00:00:00 2001 From: Sidney Gijzen Date: Wed, 29 Jul 2015 14:16:47 +0200 Subject: [PATCH 1/2] Updated documentation links To point to http://docs.drupalvm.com instead of the Github wiki --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a65c8c1fc..0fd94ebb4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It will install the following on an Ubuntu 14.04 (by default) linux VM: It should take 5-10 minutes to build or rebuild the VM from scratch on a decent broadband connection. -Please read through the rest of this README and the [Drupal VM Wiki](https://github.com/geerlingguy/drupal-vm/wiki) for help getting Drupal VM configured and integrated with your development workflow. +Please read through the rest of this README and the [Drupal VM documentation](http://docs.drupalvm.com/) for help getting Drupal VM configured and integrated with your development workflow. ## Documentation @@ -47,7 +47,7 @@ If you want to switch from Drupal 8 (default) to Drupal 7 or 6 on the initial in ## Quick Start Guide -This Quick Start Guide will help you quickly build a Drupal 8 site on the Drupal VM using the included example Drush make file. You can also use the Drupal VM with a [Local Drupal codebase](https://github.com/geerlingguy/drupal-vm/wiki/Local-Drupal-codebase) or even a [Drupal multisite installation](https://github.com/geerlingguy/drupal-vm/wiki/Drupal-multisite). +This Quick Start Guide will help you quickly build a Drupal 8 site on the Drupal VM using the included example Drush make file. You can also use the Drupal VM with a [Local Drupal codebase](http://docs.drupalvm.com/en/latest/deployment/local-codebase/) or even a [Drupal multisite installation](http://docs.drupalvm.com/en/latest/deployment/multisite/). ### 1 - Install dependencies (VirtualBox, Vagrant, Ansible) @@ -98,7 +98,7 @@ If you don't want or need one or more of these extras, just delete them or comme ## Using Drupal VM -Drupal VM is built to integrate with every developer's workflow. Many guides for using Drupal VM for common development tasks are available on the [Drupal VM Wiki](https://github.com/geerlingguy/drupal-vm/wiki): +Drupal VM is built to integrate with every developer's workflow. Many guides for using Drupal VM for common development tasks are available on the [Drupal VM documentation site](http://docs.drupalvm.com): - [Syncing Folders](http://docs.drupalvm.com/en/latest/extras/syncing-folders/) - [Connect to the MySQL Database](http://docs.drupalvm.com/en/latest/extras/mysql/) From ac4584593dda7f81141aa127904f087ab9dc5241 Mon Sep 17 00:00:00 2001 From: Sidney Gijzen Date: Wed, 29 Jul 2015 14:18:45 +0200 Subject: [PATCH 2/2] Updated documentation link To point to http://docs.drupalvm.com instead of the Github wiki. --- example.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.config.yml b/example.config.yml index 50d0fc0c4..589e89840 100644 --- a/example.config.yml +++ b/example.config.yml @@ -12,7 +12,7 @@ vagrant_ip: 192.168.88.88 # A list of synced folders, with the keys 'local_path', 'destination', 'id', and # a 'type' of [nfs|rsync|smb] (leave empty for slow native shares). See -# https://github.com/geerlingguy/drupal-vm/wiki/Syncing-Folders for more info. +# http://docs.drupalvm.com/en/latest/extras/syncing-folders/ for more info. vagrant_synced_folders: # The first synced folder will be used for the default Drupal installation, if # build_from_makefile is 'true'.