Skip to content

Commit

Permalink
Changed Discord link to invitation. This should be reverted once we'r…
Browse files Browse the repository at this point in the history
…e the community server
  • Loading branch information
oskardudycz committed Feb 17, 2023
1 parent e5388f3 commit f133de1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Marten
## .NET Transactional Document DB and Event Store on PostgreSQL

[![Discord](https://img.shields.io/discord/1074998995086225460?color=blue&label=Chat%20on%20Discord)](https://discord.com/channels/1074998995086225460/1074999076896112661)
[![Discord](https://img.shields.io/discord/1074998995086225460?color=blue&label=Chat%20on%20Discord)](https://discord.gg/WMxrvegf8H)
![Twitter Follow](https://img.shields.io/twitter/follow/marten_lib?logo=Twitter&style=flat-square)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/va5br63j7sbx74cm/branch/master?svg=true)](https://ci.appveyor.com/project/jasper-ci/marten/branch/master)
[![Linux Build status](https://dev.azure.com/jasperfx-marten/marten/_apis/build/status/marten?branchName=master)](https://dev.azure.com/jasperfx-marten/marten/_build/latest?definitionId=1&branchName=master)
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default withMermaid({
{ text: 'Document DB', link: '/documents/', activeMatch: '/documents/' },
{ text: 'Event Store', link: '/events/', activeMatch: '/events/' },
{ text: 'Migration', link: '/migration-guide' },
{ text: 'Join Chat', link: 'https://discord.com/channels/1074998995086225460/1074999076896112661' },
{ text: 'Join Chat', link: 'https://discord.gg/WMxrvegf8H' },
],

algolia: {
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _host = await Host.CreateDefaultBuilder()
:::tip
It is strongly recommended that you first refer to the existing Marten options for per-database multi-tenancy
before you write your own model. There are several helpers in the Marten codebase that will hopefully make
this task easier. Failing all else, please feel free to ask questions in the [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) about custom
this task easier. Failing all else, please feel free to ask questions in the [Marten's Discord channel](https://discord.gg/WMxrvegf8H) about custom
multi-tenancy strategies.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/documents/querying/linq/extending.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extending Marten's Linq Support

::: tip INFO
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) linked above if there's any Linq customization or extension that you need.
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.gg/WMxrvegf8H) linked above if there's any Linq customization or extension that you need.
:::

Marten allows you to add Linq parsing and querying support for your own custom methods.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--Title:Extending Marten's Linq Support-->

<div class="alert alert-info" role="alert">
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) linked above if there's any Linq customization or extension that you need.
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.gg/WMxrvegf8H) linked above if there's any Linq customization or extension that you need.
</div>

Marten allows you to add Linq parsing and querying support for your own custom methods.
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

[[redirects]]
from = "/discord"
to = "https://discord.com/channels/1074998995086225460/1074999076896112661"
to = "https://discord.gg/WMxrvegf8H"
status = 301
force = false

0 comments on commit f133de1

Please sign in to comment.