diff --git a/content/notes/08-debugging.md b/content/notes/08-debugging.md index c55b49c33..2a7dd1751 100644 --- a/content/notes/08-debugging.md +++ b/content/notes/08-debugging.md @@ -6,4 +6,4 @@ tags: # 08-debugging -[[debugging]] +[[notes/debugging]] diff --git a/content/notes/branch.md b/content/notes/branch.md index b37e61851..8206c027f 100644 --- a/content/notes/branch.md +++ b/content/notes/branch.md @@ -57,7 +57,7 @@ Split current dev path into two to work on e.g., a bug or a feature ## 4 continuous integration - [[continuous-integration]] + [[notes/continuous-integration]] - [CI vs feature branch](https://www.youtube.com/watch?v=v4lijkq6Myfc) - [Cl vs feature branch](https://www.youtube.com/watch?v=IXQEi1O5!OI) diff --git a/content/notes/consoles-terminals-shells.md b/content/notes/consoles-terminals-shells.md index bc8627cec..af922a02d 100644 --- a/content/notes/consoles-terminals-shells.md +++ b/content/notes/consoles-terminals-shells.md @@ -10,8 +10,8 @@ tags: - console is the device: -> terminal is program inside that device - terminal -> text input output environment (can be remote) - windows terminal -- [[shell]] -> program which the terminal/console sends input to which sends command to the OS - - [[unix-shell]] +- [[notes/shell]] -> program which the terminal/console sends input to which sends command to the OS + - [[notes/unix-shell]] - powershell - cmd - bash, fish, zsh, ksh, sh, tsch diff --git a/content/notes/cosc-202-outline.md b/content/notes/cosc-202-outline.md index 3d9498819..11cad7212 100644 --- a/content/notes/cosc-202-outline.md +++ b/content/notes/cosc-202-outline.md @@ -7,8 +7,8 @@ tags: # cosc-202-outline -- [[consoles-terminals-shells]] -- [[git]] -- [[ethics-in-cs]] -- [[integrated-development-environments]] -- [[branch]] +- [[notes/consoles-terminals-shells]] +- [[notes/git]] +- [[notes/ethics-in-cs]] +- [[notes/integrated-development-environments]] +- [[notes/branch]] diff --git a/content/notes/ethics-in-cs.md b/content/notes/ethics-in-cs.md index 1da22af89..c804a413b 100644 --- a/content/notes/ethics-in-cs.md +++ b/content/notes/ethics-in-cs.md @@ -8,9 +8,9 @@ tags: ## 1 Case studies -1. [[facial-recognition-in-US-riots-2021-01-06]] -2. [[anti-govt-protest-china]] -3. [[how-is-safe-enough-for-autonomous-vehicles]] +1. [[notes/facial-recognition-in-US-riots-2021-01-06]] +2. [[notes/anti-govt-protest-china]] +3. [[notes/how-is-safe-enough-for-autonomous-vehicles]] ### 1.1 Differences 1 vs 2 Govt vs vigilante diff --git a/content/notes/git.md b/content/notes/git.md index dc39e5c42..cbdec1ccc 100644 --- a/content/notes/git.md +++ b/content/notes/git.md @@ -7,7 +7,7 @@ tags: # git - Git is a tool to track changes to sets of file -- It is the most commonly used [[version-control-system]] +- It is the most commonly used [[notes/version-control-system]] ## 1 Team git protocols