diff --git a/README.md b/README.md index f084d0e..8d502cb 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Or by pattern match: $ tio usb12 ``` -Another more elaborate configuration file example is available [here](example/config). +Another more elaborate configuration file example is available [here](examples/config/config). ## 4. Installation diff --git a/example/config b/examples/config/config similarity index 100% rename from example/config rename to examples/config/config diff --git a/example/control-lines-test.lua b/examples/lua/control-lines-test.lua similarity index 100% rename from example/control-lines-test.lua rename to examples/lua/control-lines-test.lua