From 515b8f6e02aaa684403cc0e4749cbb4b60e305a9 Mon Sep 17 00:00:00 2001 From: Tim Olson Date: Fri, 3 Jan 2025 21:50:13 -0400 Subject: [PATCH 1/3] link fix --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f1856a2..9cb13de 100644 --- a/Readme.md +++ b/Readme.md @@ -118,7 +118,7 @@ The `execute()` method is intentionally public. It is expected to revert if any # Detailed Technical Overview -The [review.md](https://github.com/dexorder/contract/blob/main/review.md) file describes the architecture, motivation, +The [review.md](https://github.com/dexorder-trade/contract/blob/main/review.md) file describes the architecture, motivation, security issues, implementation details, and more. From 1cabf01086c2f2048bb71ad07ae64ae4108e05e2 Mon Sep 17 00:00:00 2001 From: Tim Olson Date: Fri, 3 Jan 2025 21:51:24 -0400 Subject: [PATCH 2/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9cb13de..9f407a5 100644 --- a/Readme.md +++ b/Readme.md @@ -118,7 +118,7 @@ The `execute()` method is intentionally public. It is expected to revert if any # Detailed Technical Overview -The [review.md](https://github.com/dexorder-trade/contract/blob/main/review.md) file describes the architecture, motivation, +The [review.md](https://github.com/dexorder-trade/contract/blob/master/review.md) file describes the architecture, motivation, security issues, implementation details, and more. From 212a4665d4348eb2f46ac5a939e4e0be0d6e3d8b Mon Sep 17 00:00:00 2001 From: Tim Olson Date: Fri, 3 Jan 2025 21:53:23 -0400 Subject: [PATCH 3/3] Update Readme.md sqshme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9f407a5..c666354 100644 --- a/Readme.md +++ b/Readme.md @@ -118,7 +118,7 @@ The `execute()` method is intentionally public. It is expected to revert if any # Detailed Technical Overview -The [review.md](https://github.com/dexorder-trade/contract/blob/master/review.md) file describes the architecture, motivation, +The [review.md](https://github.com/dexorder-trade/contract/blob/master/doc/review.md) file describes the architecture, motivation, security issues, implementation details, and more.