Skip to content

Commit d09c0e6

Browse files
committed
Update mediator links
1 parent 5b376cc commit d09c0e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
siteTitle: false,
3030
nav: [
3131
{ text: 'Guide', link: '/guide/what-is-foundatio' },
32-
{ text: 'Mediator', link: 'https://github.com/FoundatioFx/Foundatio.Mediator' },
32+
{ text: 'Mediator', link: 'https://mediator.foundatio.dev' },
3333
{ text: 'GitHub', link: 'https://github.com/FoundatioFx/Foundatio' }
3434
],
3535
sidebar: {
@@ -73,7 +73,7 @@ export default defineConfig({
7373
{
7474
text: 'Related Projects',
7575
items: [
76-
{ text: 'Foundatio.Mediator', link: 'https://github.com/FoundatioFx/Foundatio.Mediator' }
76+
{ text: 'Foundatio.Mediator', link: 'https://mediator.foundatio.dev' }
7777
]
7878
}
7979
]

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ When building several large cloud applications we found a lack of great solution
142142

143143
## Related Projects
144144

145-
- [**Foundatio.Mediator**](https://github.com/FoundatioFx/Foundatio.Mediator) - Blazingly fast, convention-based C# mediator powered by source generators and interceptors. Near-direct call performance with zero runtime reflection.
145+
- [**Foundatio.Mediator**](https://mediator.foundatio.dev) - Blazingly fast, convention-based C# mediator powered by source generators and interceptors. Near-direct call performance with zero runtime reflection.

0 commit comments

Comments
 (0)