Browse Source

Update/help links (#69201)

This PR does the following:
- updates help center links to point to the new help center
- updates the global-search package and poitns the component at the new
index "zendesk_sentry_articles"
Nicholas Meisenheimer 10 months ago
parent
commit
d48c9eee72

+ 1 - 1
fixtures/emails/unable_to_fetch_commits.txt

@@ -7,5 +7,5 @@ An internal server error occurred
 
 Troubleshooting & References
 
-https://help.sentry.io/product-features/integrations/why-am-i-receiving-the-email-unable-to-fetch-commits/
+https://sentry.zendesk.com/hc/en-us/articles/23968845267739-Why-am-I-receiving-the-email-Unable-to-Fetch-Commits
 https://docs.sentry.io/product/releases/setup/

+ 1 - 1
package.json

@@ -50,8 +50,8 @@
     "@react-stately/tabs": "^3.6.3",
     "@react-stately/tree": "^3.7.5",
     "@react-types/shared": "^3.22.0",
+    "@sentry-internal/global-search": "^1.0.0",
     "@rsdoctor/webpack-plugin": "^0.1.10",
-    "@sentry-internal/global-search": "^0.5.7",
     "@sentry-internal/react-inspector": "6.0.1-4",
     "@sentry-internal/rrweb": "2.12.0",
     "@sentry-internal/rrweb-player": "2.12.0",

+ 1 - 1
src/sentry/templates/sentry/bases/auth.html

@@ -20,7 +20,7 @@
         {% block auth_main %}{% endblock %}
         <p>
           {% blocktrans %}
-            Need help with your account?  Click <a class="help-center-link" href="https://help.sentry.io/">here</a> to check out our help center.
+            Need help with your account?  Click <a class="help-center-link" href="https://sentry.zendesk.com/hc/en-us">here</a> to check out our help center.
           {% endblocktrans %}
         </p>
       </div>

+ 1 - 1
src/sentry/templates/sentry/emails/data-export-failure.html

@@ -13,6 +13,6 @@
     <p><strong>Need a little more help?</strong></p>
     <ul>
         <li><a href="https://docs.sentry.io/">Documentation</a></li>
-        <li><a href="https://help.sentry.io/">FAQs</a></li>
+        <li><a href="https://sentry.zendesk.com/hc/en-us">Help Center</a></li>
     </ul>
 {% endblock %}

+ 1 - 1
src/sentry/templates/sentry/emails/data-export-failure.txt

@@ -14,4 +14,4 @@ This is what you sent us. Maybe it'll help you sort this out.
 
 Need a little more help?
  - https://docs.sentry.io/ (Documentation)
- - https://help.sentry.io/ (FAQs)
+ - https://sentry.zendesk.com/hc/en-us (Help Center)

+ 1 - 1
src/sentry/templates/sentry/emails/mfa-too-many-attempts.html

@@ -11,6 +11,6 @@ IP address: {{ ip_address }}
 Geolocation: {{ geo.city }}, {{ geo.country_code }}
 {% endif %}
 Date: {{ datetime|date:"N j, Y, P e" }}</pre></p>
-    <p>If you have lost your 2FA credentials, you can follow our <a href="https://help.sentry.io/account/account-settings/how-do-i-recover-my-account-if-i-lost-my-2fa-credentials/">account recovery steps here</a>.</p>
+    <p>If you have lost your 2FA credentials, you can follow our <a href="https://sentry.zendesk.com/hc/en-us/articles/23703310917659-How-do-I-recover-my-account-if-I-lost-my-2FA-credentials">account recovery steps here</a>.</p>
     <p>If these logins are not from you, we recommend you log in to your Sentry account and reset your password under <a href="{{ url }}">your account security settings</a>. On the same account security page, we also recommend you click the “Sign out of all devices” button to remove all currently logged-in sessions of your account.</p>
 {% endblock %}

+ 1 - 1
src/sentry/templates/sentry/emails/mfa-too-many-attempts.txt

@@ -7,7 +7,7 @@ Geolocation: {{ geo.city }}, {{ geo.country_code }}
 Date: {{ datetime|date:"N j, Y, P e" }}
 
 If you have lost your 2FA credentials, you can follow our account recovery steps here:
-https://help.sentry.io/account/account-settings/how-do-i-recover-my-account-if-i-lost-my-2fa-credentials/
+https://sentry.zenesk.com/hc/en-us/articles/23703310917659-How-do-I-recover-my-account-if-I-lost-my-2FA-credentials
 
 If these logins are not from you, we recommend you log in to your Sentry account and reset your password under your account security settings:
 {{ url }}

+ 1 - 1
src/sentry/templates/sentry/emails/relocation_failed.txt

@@ -4,6 +4,6 @@ Your relocation has failed for the following reason:
 {{ reason }}
 {% endif %}
 
-Please contact support at https://help.sentry.io for further assistance if necessary.
+Please contact support at https://sentry.zendesk.com/hc/en-us for further assistance if necessary.
 
 ID: {{ uuid }}

+ 1 - 1
src/sentry/templates/sentry/emails/relocation_started.html

@@ -12,6 +12,6 @@
 </li>
 {% endfor %}
 </ul>
-    <p>Relocations usually complete in 24 hours or less. If you do not hear from us in that time frame, please <a href="https://help.sentry.io">contact support</a>.</p>
+    <p>Relocations usually complete in 24 hours or less. If you do not hear from us in that time frame, please <a href="https://sentry.zendesk.com/hc/en-us">contact support</a>.</p>
     <p><small><i>ID: {{ uuid }}</i></small></p>
 {% endblock %}

+ 1 - 1
src/sentry/templates/sentry/emails/relocation_started.txt

@@ -4,6 +4,6 @@ Your relocation request has been accepted. You requested that the following orga
 * {{ org }}
 {% endfor %}
 
-Relocations usually complete in 24 hours or less. If you do not hear from us in that time frame, please contact support at https://help.sentry.io.
+Relocations usually complete in 24 hours or less. If you do not hear from us in that time frame, please contact support at https://sentry.zendesk.com/hc/en-us.
 
 ID: {{ uuid }}

Some files were not shown because too many files changed in this diff