diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.org | 6 | ||||
-rw-r--r-- | resources/config.toml | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index c258360..dca8eae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *~ .log + +resources/config.toml diff --git a/README.org b/README.org index 922daf3..ae3120c 100644 --- a/README.org +++ b/README.org @@ -3,9 +3,9 @@ #+export_file_name: index #+setupfile: ~/.emacs.d/org-templates/projects.org -| Website | https://andinus.unfla.me/crater | -| Source | https://git.unfla.me/crater | -| GitHub (mirror) | https://github.com/andinus/crater | +| Website | https://andinus.unfla.me/projects/crater | +| Source | https://git.unfla.me/crater | +| GitHub (mirror) | https://github.com/andinus/crater | * License diff --git a/resources/config.toml b/resources/config.toml deleted file mode 100644 index 1470751..0000000 --- a/resources/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[server] - host = "127.0.0.1" - port = 8000 |