From d77f368d400fbfc57368cc32366d0add6eca645c Mon Sep 17 00:00:00 2001 From: Raghav <83136390+Raghav-Bell@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:04:15 +0530 Subject: [PATCH] Removed shor tutorial broken link megaMenuLinks.ts (#2170) Removed broken link shor tutorial --- frontend/vue/components/constants/megaMenuLinks.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/vue/components/constants/megaMenuLinks.ts b/frontend/vue/components/constants/megaMenuLinks.ts index c3a9cd4f7..f154a099d 100644 --- a/frontend/vue/components/constants/megaMenuLinks.ts +++ b/frontend/vue/components/constants/megaMenuLinks.ts @@ -1129,13 +1129,6 @@ const ALGORITHMS: MegaDropdownMenuGroup = { cta: '07_grover_examples', location: sectionTutorials } }, - { - label: 'Shor’s algorithms', - url: `${tutorialsBaseUrl}/algorithms/08_factorizers.html`, - segment: { - cta: '08_factorizers', location: sectionTutorials - } - }, { label: 'Iterative Quantum Phase Estimation Algorithm', url: `${tutorialsBaseUrl}/algorithms/09_IQPE.html`,