diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 3c6a4a68..f9163a85 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -16,7 +16,7 @@ module.exports = { nav: [ { text: 'Guide', link: '/guide/' }, { text: 'Release Notes', link: 'https://github.com/JasperFx/lamar/releases' }, - { text: 'Gitter | Join Chat', link: 'https://gitter.im/JasperFx/lamar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge' } + { text: 'Discord | Join Chat', link: 'https://discord.com/channels/1074998995086225460/1074999141433868319' } ], algolia: { diff --git a/docs/guide/ioc/decorators.md b/docs/guide/ioc/decorators.md index a85a6800..4319de32 100644 --- a/docs/guide/ioc/decorators.md +++ b/docs/guide/ioc/decorators.md @@ -2,7 +2,7 @@ ::: tip If you need some kind of interception policy that doesn't fit into the admittedly simpler -examples shown here, just ask for help in the [Lamar Gitter room](https://gitter.im/JasperFx/Lamar). +examples shown here, just ask for help in the [Lamar Discord channel](https://discord.com/channels/1074998995086225460/1074999141433868319). ::: Lamar v5 finally added the full complement of interceptors that users have grown to expect from .Net IoC containers. To differentiate between the three terms, Lamar