Browse Source

ref(docs): Updating integration links with new url structure (#27438)

William Mak 3 years ago
parent
commit
d15efa4639

+ 1 - 1
src/sentry/integrations/vsts/notify_action.py

@@ -10,7 +10,7 @@ logger = logging.getLogger("sentry.rules")
 class AzureDevopsCreateTicketAction(TicketEventAction):
     label = "Create an Azure DevOps work item in {integration} with these "
     ticket_type = "an Azure DevOps work item"
-    link = "https://docs.sentry.io/product/integrations/azure-devops/#issue-sync"
+    link = "https://docs.sentry.io/product/integrations/source-code-mgmt/azure-devops/#issue-sync"
     provider = "vsts"
     integration_key = "integration"
 

+ 1 - 1
src/sentry/templates/sentry/integrations/bitbucket-server-config.html

@@ -32,7 +32,7 @@
     <i class="icon icon-exclamation"></i>
     <span>
         {% blocktrans %}
-        You must complete the <a href="https://docs.sentry.io/product/integrations/bitbucket/#bitbucket-server">required steps</a>
+        You must complete the <a href="https://docs.sentry.io/product/integrations/source-code-mgmt/bitbucket/#bitbucket-server">required steps</a>
 
         in Bitbucket Server before attempting to connect with Sentry.
         {% endblocktrans %}

+ 1 - 1
src/sentry_plugins/bitbucket/README.rst

@@ -1,4 +1,4 @@
-**Note**: This plugin has been deprecated in favor of the `Bitbucket Global Integration <https://docs.sentry.io/product/integrations/bitbucket/>`_.
+**Note**: This plugin has been deprecated in favor of the `Bitbucket Global Integration <https://docs.sentry.io/product/integrations/source-code-mgmt/bitbucket/>`_.
 
 Go to https://bitbucket.org/account/user/**YOUR_USERNAME**/api
 

+ 1 - 1
src/sentry_plugins/gitlab/README.rst

@@ -1,4 +1,4 @@
-**Note**: This plugin has been deprecated in favor of the `Gitlab Global Integration <https://docs.sentry.io/product/integrations/gitlab/>`_.
+**Note**: This plugin has been deprecated in favor of the `Gitlab Global Integration <https://docs.sentry.io/product/integrations/source-code-mgmt/gitlab/>`_.
 
 Go to your project's configuration page (Projects -> [Project] -> Issue Tracking) and select
 GitLab. Enter the required credentials (use a `personal access

+ 1 - 1
static/app/views/organizationGroupDetails/header.tsx

@@ -212,7 +212,7 @@ class GroupHeader extends React.Component<Props, State> {
                         )}
                         position="bottom"
                       >
-                        <ExternalLink href="https://docs.sentry.io/product/integrations/github/#resolve-via-commit-or-pull-request">
+                        <ExternalLink href="https://docs.sentry.io/product/integrations/source-code-mgmt/github/#resolve-via-commit-or-pull-request">
                           {t('Issue #')}
                         </ExternalLink>
                       </Tooltip>

+ 1 - 1
static/app/views/organizationIntegrations/integrationCodeMappings.tsx

@@ -194,7 +194,7 @@ class IntegrationCodeMappings extends AsyncComponent<Props, State> {
             `Code Mappings are used to map stack trace file paths to source code file paths. These mappings are the basis for features like Stack Trace Linking. To learn more, [link: read the docs].`,
             {
               link: (
-                <ExternalLink href="https://docs.sentry.io/product/integrations/gitlab/#stack-trace-linking" />
+                <ExternalLink href="https://docs.sentry.io/product/integrations/source-code-mgmt/gitlab/#stack-trace-linking" />
               ),
             }
           )}