Browse Source

feat(escalating-issues): Link to specific section in docs (#56891)

## Objective:

Implementing feedback from @JoshFerge. Changing to link to specific
section in docs for clarity.
NisanthanNanthakumar 1 year ago
parent
commit
2d99472397
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/components/actions/archive.tsx

+ 2 - 2
static/app/components/actions/archive.tsx

@@ -127,7 +127,7 @@ function ArchiveActions({
           'We’ll nag you with a notification if the issue gets worse. All archived issues can be found in the Archived tab. [docs:Read the docs]',
           {
             docs: (
-              <ExternalLink href="https://docs.sentry.io/product/accounts/early-adopter-features/issue-archiving/" />
+              <ExternalLink href="https://docs.sentry.io/product/issues/states-triage/#archive" />
             ),
           }
         )}
@@ -151,7 +151,7 @@ function ArchiveActions({
         menuTitle={
           <MenuWrapper>
             {t('Archive')}
-            <StyledExternalLink href="https://docs.sentry.io/product/issues/states-triage/escalating-issues/">
+            <StyledExternalLink href="https://docs.sentry.io/product/issues/states-triage/#archive">
               {t('Read the docs')}
             </StyledExternalLink>
           </MenuWrapper>