aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/website/ts/pages/documentation/docs_home.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx
index f708f6d77..055fdb8f1 100644
--- a/packages/website/ts/pages/documentation/docs_home.tsx
+++ b/packages/website/ts/pages/documentation/docs_home.tsx
@@ -178,7 +178,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
description:
"A library for interacting with 0x orders. Generate an orderHash, sign an order, validate it's signature and more.",
link: {
- title: '0x-order-utils.py',
+ title: '0x-order-utils',
to: 'http://0x-order-utils-py.s3-website-us-east-1.amazonaws.com/',
shouldOpenInNewTab: true,
},
@@ -186,7 +186,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
{
description: 'A Standard Relayer API client',
link: {
- title: '0x-sra-client.py',
+ title: '0x-sra-client',
to: 'https://pypi.org/project/0x-sra-client/',
shouldOpenInNewTab: true,
},
@@ -194,7 +194,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
{
description: 'Package containing the addresses at which the 0x smart contracts have been deployed',
link: {
- title: '0x-contract-addresses.py',
+ title: '0x-contract-addresses',
to:
'https://github.com/0xProject/0x-monorepo/blob/development/python-packages/contract_addresses/README.md',
shouldOpenInNewTab: true,
@@ -203,7 +203,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
{
description: 'Package containing the 0x smart contract compilation artifacts',
link: {
- title: '0x-contract-artifacts.py',
+ title: '0x-contract-artifacts',
to:
'https://github.com/0xProject/0x-monorepo/blob/development/python-packages/contract_artifacts/README.md',
shouldOpenInNewTab: true,
@@ -212,7 +212,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
{
description: '0x JSON schemas for those developing on top of 0x protocol',
link: {
- title: '0x-json-schemas.py',
+ title: '0x-json-schemas',
to: 'https://github.com/0xProject/0x-monorepo/blob/development/python-packages/json_schemas/README.md',
shouldOpenInNewTab: true,
},