commit 2a68041494899afe1be0a82a3abb0d6e5974c7e4
parent e43136a0e94e03bb8256fdee623b6d10c0c3aa16
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 7 Nov 2022 16:45:48 +0000
fix some links and reorder contents list (edt to top)
Diffstat:
4 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/Home.md b/Home.md
@@ -1,17 +1,17 @@
# grimoire
## tech
-### operating systems
-* [linux](linux/index)
-* [openbsd](/unix/openbsd)
-* [freebsd](/unix/freebsd)
-
### everyday tools
* [vim](/edt/vim)
* [git](/edt/git)
* [tmux](/edt/tmux)
* [more](/tech-index#everyday-tools)...
+### operating systems
+* [linux](linux/index)
+* [openbsd](/unix/openbsd)
+* [freebsd](/unix/freebsd)
+
### programming
* [shell_scripts](/programming/shell_scripts)
* [more](/tech-index#programming)...
@@ -19,7 +19,7 @@
### other
* [software](/tech-index#software)
* [hardware](/tech-index#hardware)
-* [cloud_and_saas](/tech-index#cloud_and_saas)
+* [cloud_and_saas](/tech-index#cloud-and-saas)
## course notes
* [udmey](/udmey/index)
diff --git a/hardware/index.md b/hardware/index.md
@@ -0,0 +1,2 @@
+# hardware
+
diff --git a/software/index.md b/software/index.md
@@ -0,0 +1,2 @@
+# software
+
diff --git a/tech-index.md b/tech-index.md
@@ -1,8 +1,4 @@
# tech
-## operating systems
-* linux
-* unix
-
## everyday tools
* [vim](/edt/vim)
* [git](/edt/git)
@@ -12,9 +8,13 @@
* [irc](/edt/irc)
* [mail](/edt/mail)
+## operating systems
+* [linux](/linux/index)
+* [openbsd](/unix/openbsd)
+* [freebsd](/unix/freebsd)
+
## programming
-* shell_scripts
-* python
+* [shell_scripts](/programming/shell_scripts)
* [c](/programming/c)
* [android](/programming/android)