From 55e48ce37f5498d725634ed38de59eab6ff72efd Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 27 Aug 2023 12:11:00 +0300 Subject: [PATCH] fix paths --- README.md | 2 +- example/{environment => environment}/crontab | 0 example/{environment => environment}/sphinx.conf | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename example/{environment => environment}/crontab (100%) rename example/{environment => environment}/sphinx.conf (100%) diff --git a/README.md b/README.md index 6411e6a..2a3c42e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sphinxsearch * Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder * Install [Sphinx Search Server](https://sphinxsearch.com) * Configuration examples presented at `/config` folder -* Set up the `/src/crontab` by following [example](https://github.com/YGGverse/YGGtracker/blob/main/%20example/environment%20/crontab) +* Set up the `/src/crontab` by following [example](https://github.com/YGGverse/YGGtracker/blob/main/example/environment/crontab) #### Contribute diff --git a/example/environment /crontab b/example/environment/crontab similarity index 100% rename from example/environment /crontab rename to example/environment/crontab diff --git a/example/environment /sphinx.conf b/example/environment/sphinx.conf similarity index 100% rename from example/environment /sphinx.conf rename to example/environment/sphinx.conf