diff --git a/docs/api/subgraph/guides/subgraph-example.md b/docs/api/subgraph/guides/subgraph-example.md index cb4a394895..d15acbea66 100644 --- a/docs/api/subgraph/guides/subgraph-example.md +++ b/docs/api/subgraph/guides/subgraph-example.md @@ -304,4 +304,4 @@ To get data about a specific position, input the NFT tokenId. This queries the c ## Contribute -There are many more queries you can do with the Uniswap v3 subgraph including data related to ticks, mints, positions, and burns. Once again you can reference the full schema [here](https://github.com/Uniswap/v3-subgraph/blob/main/schema.graphql). If you'd like to suggest more example queries to showcase, feel free to drop some suggestions in [discord](https://discord.gg/UZvfWwwvwa) under #dev-chat or [contribute](../../../../CONTRIBUTING.md) your own queries by submitting a pull request to the docs repo. +There are many more queries you can do with the Uniswap v3 subgraph including data related to ticks, mints, positions, and burns. Once again you can reference the full schema [here](https://github.com/Uniswap/v3-subgraph/blob/main/schema.graphql). If you'd like to suggest more example queries to showcase, feel free to drop some suggestions in [discord](https://discord.com/invite/uniswap) under #dev-chat or [contribute](../../../../CONTRIBUTING.md) your own queries by submitting a pull request to the docs repo. diff --git a/docs/sdk/v3/guides/advanced/05-range-orders.md b/docs/sdk/v3/guides/advanced/05-range-orders.md index a1f7f30376..365195ab2f 100644 --- a/docs/sdk/v3/guides/advanced/05-range-orders.md +++ b/docs/sdk/v3/guides/advanced/05-range-orders.md @@ -427,4 +427,4 @@ Executing a range order has certain limitations that may have become obvious dur This guide showcases everything you need to implement Range Orders on your own, but only demonstrates creating a Take Profit order in `token0` to `token1` direction. Consider implementing Buy Limit orders as described in the [Range Orders concept page](../../../../concepts/protocol/range-orders.md#buy-limit-orders). -This is currently the last guide in the `v3-sdk` series. Consider joining the [Uniswap Discord](https://discord.com/invite/ybKVQUWb4s) or checkout the official [Github](https://github.com/Uniswap) to learn more about the Uniswap Protocol. +This is currently the last guide in the `v3-sdk` series. Consider joining the [Uniswap Discord](https://discord.com/invite/uniswap) or checkout the official [Github](https://github.com/Uniswap) to learn more about the Uniswap Protocol. diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d97703211..7d0d34b2db 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -103,7 +103,7 @@ module.exports = { }, { label: '#dev-chat', - href: 'https://discord.gg/ybKVQUWb4s', + href: 'https://discord.com/invite/uniswap', }, { label: 'Whitepaper', @@ -166,7 +166,7 @@ module.exports = { }, { label: 'Discord', - href: 'https://discord.gg/ybKVQUWb4s', + href: 'https://discord.com/invite/uniswap', }, { label: 'Twitter',