diff --git a/components/alerts/Shutdown.tsx b/components/alerts/Shutdown.tsx
index f4ca91e..f08fa6f 100644
--- a/components/alerts/Shutdown.tsx
+++ b/components/alerts/Shutdown.tsx
@@ -44,11 +44,14 @@ export const ShutdownAlert = () => {
         </Typography>
         <Typography color="#e6c18b" sx={{ fontSize: '15px', fontWeight: 500, marginTop: theme.spacing(0.5) }}>
           At shutdown, positions will be closed with 0 fees and 0 price impact. For more details, please refer to our{' '}
-          <Link href="https://opyn.gitbook.io/opyn-strategies/strategies-faq/faq" passHref>
+          <Link href="https://opyn.gitbook.io/opyn-hub/squeeth-retirement/squeeth-retirement-faqs" passHref>
             <a style={{ textDecoration: 'underline' }}>FAQ</a>
           </Link>{' '}
           and{' '}
-          <Link href="https://opyn.gitbook.io/opyn-strategies/strategies-faq/faq" passHref>
+          <Link
+            href="https://opyn.medium.com/our-beloved-squeeth-is-retiring-its-time-for-opyn-markets-to-take-over-1b66aad68f00"
+            passHref
+          >
             <a style={{ textDecoration: 'underline' }}>Announcement</a>
           </Link>
           .
diff --git a/constants/numbers.ts b/constants/numbers.ts
index ada2f06..a700fe7 100644
--- a/constants/numbers.ts
+++ b/constants/numbers.ts
@@ -40,4 +40,4 @@ export const TWAP_PERIOD = 420
 
 export const WETH_DECIMALS_DIFF = 1e12
 
-export const SHUTDOWN_DATE = '2024-10-31T16:30:00Z'
+export const SHUTDOWN_DATE = '2024-11-04T16:00:00Z'