diff --git a/content/notes/07-testing.md b/content/notes/07-testing.md index c05dcd4fc..bbb24810d 100644 --- a/content/notes/07-testing.md +++ b/content/notes/07-testing.md @@ -7,8 +7,8 @@ tags: # 07-testing - [[notes/testing]] -- [[test-driven-development]] -- [[unit-testing]] +- [[notes/test-driven-development]] +- [[notes/unit-testing]] - undnerstand that testing is useful for detecting bugs - contrast different types of testting diff --git a/content/notes/cosc-202-lectures.md b/content/notes/cosc-202-lectures.md index 51e459f79..0ea3cc16c 100644 --- a/content/notes/cosc-202-lectures.md +++ b/content/notes/cosc-202-lectures.md @@ -5,8 +5,8 @@ tags: - cosc202 --- -- [[07-testing]] -- [[08-debugging]] -- [[09-documentation]] -- [[10-continuous-integration-1]] -- [[11-continuous-integration-2]] +- [[notes/07-testing]] +- [[notes/08-debugging]] +- [[notes/09-documentation]] +- [[notes/10-continuous-integration-1]] +- [[notes/11-continuous-integration-2]]