From 96edf43e17153a92ad85a18c298d7923deafa3ee Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Thu, 22 Aug 2024 16:59:07 -0600 Subject: [PATCH] docs(website): add link to trame services at kitware --- docs/vitepress/.vitepress/config.mjs | 2 +- docs/vitepress/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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/ ---