From 275a208ca4a7b57d87a4fd44d05c4713490e992b Mon Sep 17 00:00:00 2001 From: Eric Ung Date: Thu, 2 Nov 2023 12:19:42 -0500 Subject: [PATCH 1/2] update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02cb20c..47afde5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ int[] Generator(int max) } ``` -[Logs for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MD2xx/generalizedMD.txt) +[Logs for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MDxx/generalizedMD.txt) ## 6. Representing Monomial Deciders As Code ![Representing Monomial Deciders As Code](Resources/06RepresentingMonomialDecidersAsCode.jpg) @@ -145,7 +145,7 @@ bool MonomialDecider2xx(int y) } ``` -[Logs in case for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MD2xx/md2xx.txt) +[Logs in case for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MDxx/md2xx.txt) ## 7. Negative Numbers From 2eff2e0e51e60495e399fce41313e8d119fbc3f6 Mon Sep 17 00:00:00 2001 From: Eric Ung Date: Thu, 2 Nov 2023 12:23:55 -0500 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47afde5..0133e10 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ bool MonomialDecider2xx(int y) } ``` -[Logs in case for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MDxx/md2xx.txt) +[Logs for the curious.](Source/ApplicationsForMonomialDeciders/Logs/MDxx/md2xx.txt) ## 7. Negative Numbers