From a1987b61b425889a22486d94da39d87b28570099 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 17 Apr 2024 18:24:33 +0200 Subject: [PATCH] Organize examples directory --- README.md | 2 +- {example => examples/config}/config | 0 {example => examples/lua}/control-lines-test.lua | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {example => examples/config}/config (100%) rename {example => examples/lua}/control-lines-test.lua (100%) 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