From 31b099361b5f4c8a24a3fa8ab4778af87a84ae29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Sch=C3=B6ldstr=C3=B6m?= Date: Thu, 26 Jan 2017 16:51:50 -0500 Subject: [PATCH] PR #1094 follow-up: Fix old link [ci skip] --- docs/other/vagrant-lxc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other/vagrant-lxc.md b/docs/other/vagrant-lxc.md index 79279ad21..d1422b88b 100644 --- a/docs/other/vagrant-lxc.md +++ b/docs/other/vagrant-lxc.md @@ -14,7 +14,7 @@ As containers can't load modules, but inherit them from the host, you need to lo To load these automatically when you boot up your system, you should check the guidelines of your specific distribution. Usually you add them to `/etc/modules` or `/etc/modules-load.d/*` -### Create a [`Vagrantfile.local`](overriding-configurations.md#extending-the-vagrantfile-with-vagrantfilelocal) +### Create a [`Vagrantfile.local`](../extending/vagrantfile.md) config.vm.networks[0][1][:lxc__bridge_name] = 'vlxcbr1' config.vm.provider :lxc do |lxc|