From 2964d5a2ead9039f9ce3d3239ded6d5cd87a33bb Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Tue, 29 Jan 2019 16:49:28 -0500 Subject: [PATCH] fix typo from plugin_dir to data_dir (#5267) --- website/source/guides/external/lxc.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/external/lxc.html.md b/website/source/guides/external/lxc.html.md index 438a028a1..3ffdc88e9 100644 --- a/website/source/guides/external/lxc.html.md +++ b/website/source/guides/external/lxc.html.md @@ -77,7 +77,7 @@ sudo apt install -y lxc lxc-templates ### Step 3: Download and Install the LXC Driver -Make a directory called `plugins` in [plugin_dir][plugin_dir] (which is +Make a directory called `plugins` in [data_dir][data_dir] (which is `/opt/nomad/data` in our case) and download/place the [LXC driver][lxc_driver_download] in it. The following sequences of commands illustrate this process: