diff options
author | Andinus <andinus@nand.sh> | 2022-06-10 16:47:43 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-10 16:47:43 +0530 |
commit | 3a443f9380478ab30a2ba7dc173f5e6de880de03 (patch) | |
tree | f4324d75bde6d310e9f01db81c89729cfe3d8f71 | |
parent | 199375bc36307c3ffb0d4cfe6a4394fe9bc6ea9a (diff) | |
download | crater-3a443f9380478ab30a2ba7dc173f5e6de880de03.tar.gz |
Update urls, .gitignore
-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 |