From 6a15dc3f13aae33ea17d828bd97ea07531a25992 Mon Sep 17 00:00:00 2001 From: wonge97 <84043208+wonge97@users.noreply.github.com> Date: Mon, 8 May 2023 17:25:34 -0500 Subject: [PATCH] update link (#721) --- docs/basics/orders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/orders.rst b/docs/basics/orders.rst index 038c2202ee..f6f95ff846 100644 --- a/docs/basics/orders.rst +++ b/docs/basics/orders.rst @@ -295,7 +295,7 @@ In both cases, the ``@0x/protocol-utils`` package simplifies generating these si The Orderbook ======================= -Orders can be hosted by any server and are usually represented as a JSON object off-chain. For example, one off-chain way to post and discover orders is through `0x API `_. +Orders can be hosted by any server and are usually represented as a JSON object off-chain. For example, one off-chain way to post and discover orders is through `0x Orderbook API `_. Below is a table represention and example of how orders should be formatted off-chain.