From 631a4ca00e72590dfffb17c9f4c4f88529016f1f Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Tue, 24 Oct 2023 11:02:11 -0700 Subject: [PATCH] Update link to 0x Protocol docs Previous docs link pointed to deprecated docs page. Updated the link to the latest 0x Protocol orders page --- packages/protocol-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol-utils/README.md b/packages/protocol-utils/README.md index 4ae3885f48..8e1bbfea71 100644 --- a/packages/protocol-utils/README.md +++ b/packages/protocol-utils/README.md @@ -8,7 +8,7 @@ - Signatures - EIP712 hashing -### Read the [Documentation](https://0x.org/docs/protocol/protocol-utils). +### Read the [Documentation](https://docs.0xprotocol.org/en/latest/basics/orders.html). ## Installation