From d176ee905d99acce99c7d040cf7eb56be0e35f53 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Tue, 12 Nov 2024 14:59:22 -0500 Subject: [PATCH] fix links in conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 86b5583ce00..295d95762b2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -191,11 +191,11 @@ "link_contactus": "mailto:solutions@voxel51.com?subject=[Voxel51]%20Contact%20us", "link_docs_fiftyone": "https://docs.voxel51.com/", "link_fiftyone": "https://voxel51.com/fiftyone/", - "link_fiftyone_enterprise": "https://voxel51.com/fiftyone-enterprise/", + "link_fiftyone_enterprise": "https://voxel51.com/fiftyone-teams/", "link_usecases": "https://voxel51.com/computer-vision-use-cases/", "link_success_stories": "https://voxel51.com/success-stories/", "link_talk_to_sales": "https://voxel51.com/talk-to-sales/", - "link_workshop": "https://voxel51.com/schedule-enterprise-workshop/", + "link_workshop": "https://voxel51.com/schedule-teams-workshop/", "link_fiftyone_tutorials": "https://docs.voxel51.com/tutorials/index.html", "link_fiftyone_examples": "https://github.com/voxel51/fiftyone-examples", "link_fiftyone_quickstart": "https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/examples/quickstart.ipynb",