diff --git a/README.md b/README.md index 62b7220e..f047c5fa 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ if ('delta' in quote) { } ``` -#### For Delta protocol usage refer to [DELTA.md](./DELTA.md) +#### For Delta protocol usage refer to [DELTA.md](./docs/DELTA.md) ### Legacy The `ParaSwap` class is exposed for backwards compatibility with previous versions of the SDK. diff --git a/DELTA.md b/docs/DELTA.md similarity index 100% rename from DELTA.md rename to docs/DELTA.md diff --git a/docs/passed_tests.png b/docs/passed_tests.png index cdf08a6e..287d24e4 100644 Binary files a/docs/passed_tests.png and b/docs/passed_tests.png differ