Skip to content

Commit 50f8181

Browse files
committed
update discord link
1 parent 451fdf4 commit 50f8181

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

pages/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We achieved that by setting up sophisticated **cross-margined risk engine** - a
3838
- [**Tutorials**](/tutorial-bots/keeper-bots) - Build a [**Keeper bot**](/tutorial-bots/keeper-bots) or [**JIT Trading bot**](/tutorial-bots/trading-bots/tutorial-jit-trading-bot).
3939
- [**Drift Gateway**](https://github.com/drift-labs/gateway) - Self hosted API gateway to easily interact with Drift V2 Protocol
4040

41-
Drift Protocol is [**open-source**](https://github.com/drift-labs/protocol-v2) and contributions are welcome. Our support is available at all times on [**Discord**](https://discord.com/invite/fMcZBH8ErM).
41+
Drift Protocol is [**open-source**](https://github.com/drift-labs/protocol-v2) and contributions are welcome. Our support is available at all times on [**Discord**](https://discord.com/invite/95kByNnDy5).
4242

4343
[**Build a bot.**](/tutorial-bots/keeper-bots)
4444

pages/sdk-documentation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DriftPy step-by-step guide:
2121

2222
- [DriftPy for Dummies](https://drift-2.gitbook.io/driftpy-for-dummies/setup)
2323

24-
🆘 For any help or setup questions, feel free to ask in [#research-and-dev-chat](https://discord.gg/drifting) on Discord!
24+
🆘 For any help or setup questions, feel free to ask in [#research-and-dev-chat](https://discord.com/invite/95kByNnDy5) on Discord!
2525

2626

2727

pages/tutorial-bots/keeper-bots/tutorial-liquidation-bot.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ If you're interested to make the liquidator bot run better, you can make edits t
2424

2525
2. Monitor the market's price to determine when to run liquidation checks / RPC checks.
2626

27-
We encourage the community to build out stronger liquidations engines and bots to secure our Insurance Fund and user collateral. If interested to chat or have any questions, please reach out to us on [Discord](https://discord.com/invite/driftprotocol) or [Twitter](https://twitter.com/driftprotocol)!
27+
We encourage the community to build out stronger liquidations engines and bots to secure our Insurance Fund and user collateral. If interested to chat or have any questions, please reach out to us on [Discord](https://discord.com/invite/95kByNnDy5) or [Twitter](https://twitter.com/driftprotocol)!

theme.config.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const logo = (
1111
viewBox="0 0 74 96"
1212
fill="none"
1313
xmlns="http://www.w3.org/2000/svg"
14-
style={{ marginRight: '15px' }}
14+
style={{ marginRight: "15px" }}
1515
>
1616
<path
1717
d="M66.8651 76.3843C66.8651 79.5163 65.6982 82.2622 63.8248 84.3683C63.8027 84.3931 63.7873 84.4233 63.7805 84.4559V84.4559C63.7523 84.5906 63.8729 84.7091 64.0065 84.6762C69.4086 83.3451 73.7764 78.7307 73.7764 72.6711V41.2575C73.7764 31.9714 68.5896 23.3907 60.1698 18.7477L26.1725 0L19.4379 3.81057L53.2586 22.4608C61.6783 27.1039 66.8651 35.6846 66.8651 44.9707V76.3843Z"
@@ -283,9 +283,10 @@ const config: DocsThemeConfig = {
283283
project: {
284284
link: "https://github.com/drift-labs",
285285
},
286-
docsRepositoryBase: "https://github.com/drift-labs/drift-protocol-v2-docs/tree/master",
286+
docsRepositoryBase:
287+
"https://github.com/drift-labs/drift-protocol-v2-docs/tree/master",
287288
chat: {
288-
link: "https://discord.gg/driftprotocol",
289+
link: "https://discord.com/invite/95kByNnDy5",
289290
},
290291
useNextSeoProps() {
291292
const { asPath } = useRouter();
@@ -322,7 +323,7 @@ const config: DocsThemeConfig = {
322323
name="og:title"
323324
content={title ? title + " – Drift Protocol" : "Drift Protocol"}
324325
/>
325-
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
326+
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
326327
<link rel="icon" href="/assets/favicon.png" type="image/png" />
327328
<link
328329
rel="icon"

0 commit comments

Comments
 (0)