diff --git a/.gitignore b/.gitignore index 1d8b56e..d14ab51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ * !src !src/** -!docs -!docs/** +!doc +!doc/** !Makefile !.gitignore !README.md diff --git a/README.md b/README.md index 5045177..79de2ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Sesimos – Secure, simple, modern web server ## Configuration -See [docs/example.conf](docs/example.conf) for more details. +See [doc/example.conf](doc/example.conf) for more details. ### Global directives diff --git a/docs/example.conf b/doc/example.conf similarity index 100% rename from docs/example.conf rename to doc/example.conf