diff --git a/docs/vitepress/.vitepress/config.mjs b/docs/vitepress/.vitepress/config.mjs index 9c22ca0c..03d9de09 100644 --- a/docs/vitepress/.vitepress/config.mjs +++ b/docs/vitepress/.vitepress/config.mjs @@ -41,7 +41,7 @@ export default defineConfig({ { text: 'API', link: 'https://trame.readthedocs.io/en/latest/index.html' }, { text: 'Discussions', link: 'https://github.com/Kitware/trame/discussions' }, { text: 'Bugs', link: 'https://github.com/Kitware/trame/issues' }, - { text: 'Contact Us', link: 'https://www.kitware.com/contact-us/' }, + { text: 'Services', link: 'https://www.kitware.com/trame/' }, ] } ], diff --git a/docs/vitepress/index.md b/docs/vitepress/index.md index 7f5e21c4..c520cf99 100644 --- a/docs/vitepress/index.md +++ b/docs/vitepress/index.md @@ -11,8 +11,8 @@ hero: text: Getting started link: /guide/ - theme: alt - text: Support - link: https://www.kitware.com/contact/ + text: Services + link: https://www.kitware.com/trame/ features: - title: 3D Visualization (VTK/ParaView) @@ -52,6 +52,6 @@ features: alt: Kitware Inc. width: 28 details: Kitware can help you get started, create custom components, or even build full applications. Our team is here to help. Please contact us - link: https://www.kitware.com/contact/ + link: https://www.kitware.com/trame/ ---