Skip to content

Commit

Permalink
Docs Update: Change Discord links (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel-Eichenberger authored Feb 26, 2024
1 parent 494b7fb commit 24bf96b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/subgraph/guides/subgraph-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/sdk/v3/guides/advanced/05-range-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = {
},
{
label: '#dev-chat',
href: 'https://discord.gg/ybKVQUWb4s',
href: 'https://discord.com/invite/uniswap',
},
{
label: 'Whitepaper',
Expand Down Expand Up @@ -166,7 +166,7 @@ module.exports = {
},
{
label: 'Discord',
href: 'https://discord.gg/ybKVQUWb4s',
href: 'https://discord.com/invite/uniswap',
},
{
label: 'Twitter',
Expand Down

0 comments on commit 24bf96b

Please sign in to comment.