Skip to content

Commit

Permalink
Updated 'mailto:'
Browse files Browse the repository at this point in the history
  • Loading branch information
mvistry committed Dec 11, 2024
1 parent a17c907 commit b6d16ad
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ If you need to include a Liquid variable (like `{{ site.stitch-support }}`) in t
```
{% capture contact-support %}
For assistance, contact [Stitch Support](mailto: {{site.stitch-support }}).
For assistance, contact [Support]({{site.stitch-support }}).
{% endcapture %}


Expand Down
2 changes: 1 addition & 1 deletion _data/stitch/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
level: "some"
tier: "all"
description: |
**Stitch doesn't currently support replicating data in a PCI-compliant manner.** To log feedback about replicating data subject to PCI requirements, reach out to our [support team](mailto: {{ site.support }}).
**Stitch doesn't currently support replicating data in a PCI-compliant manner.** To log feedback about replicating data subject to PCI requirements, reach out to our [support team] ( {{ site.support }}).
However, all payment information submitted through Stitch's billing interface to pay for your subscription is handled in a PCI-compliant manner.
Expand Down
2 changes: 1 addition & 1 deletion _data/taps/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ support-level: &support-level
tooltip: "{{ site.data.tooltips.supported-by }}"
field-value: |
{% if integration.certified == true %}
[Stitch](mailto:{{ site.support }})
[Stitch] ({{ site.support }})
{% else %}
[Singer Community]({{ site.singer }}){:target="new"}
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions _database-integrations/database-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sections:
content: |
Additional connection options can be included as part of a Stitch {{ site.data.stitch.subscription-plans.premium.name }} plan. These options include reverse SSH tunnels, VPNs, and AWS Private Link.
If you are already on a {{ site.data.stitch.subscription-plans.premium.name }} plan, reach out to [Stitch Support](mailto:{{ site.support }}) to get started on the setup. Otherwise, reach out to [Stitch Sales]({{ site.sales }}){:target="new"} for more info about the {{ site.data.stitch.subscription-plans.premium.name }} plan.
If you are already on a {{ site.data.stitch.subscription-plans.premium.name }} plan, reach out to [Stitch Support] ({{ site.support }}) to get started on the setup. Otherwise, reach out to [Stitch Sales]({{ site.sales }}){:target="new"} for more info about the {{ site.data.stitch.subscription-plans.premium.name }} plan.
- title: "All database integrations"
anchor: "all-database-integrations"
Expand All @@ -80,6 +80,6 @@ sections:
- title: "Suggest an integration"
anchor: "suggest-an-integration"
content: |
Don’t see your integration of choice listed here? We’d love to hear from you! [Reach out to us](mailto:{{ site.support }}) with your suggestion.
Don’t see your integration of choice listed here? We’d love to hear from you! [Reach out to us] ({{ site.support }}) with your suggestion.
---
{% include misc/data-files.html %}
2 changes: 1 addition & 1 deletion _destinations/destinations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ sections:
- title: "Suggest a destination"
anchor: "suggest-a-destinations"
content: |
Don't see your destination of choice listed here? We'd love to hear from you! Please [reach out to us](mailto:{{ site.support }}) with your suggestion.
Don't see your destination of choice listed here? We'd love to hear from you! Please [reach out to us] ({{ site.support }}) with your suggestion.
---
{% include misc/data-files.html %}
2 changes: 1 addition & 1 deletion _developer-files/connect/guides/connect-guides-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sections:
- content: |
Was anything in the docs unclear? Don't see something you're looking for? [Let us know by creating an issue]({{ site.github_issues }}){:target="new"} on the Stitch Docs GitHub repo.
If you need help with Stitch, reach out to [Stitch Support](mailto:{{ site.support }}).
If you need help with Stitch, reach out to [Support] ({{ site.support }}).
---
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sections:
- content: |
Was anything in the docs unclear? Don't see something you're looking for? [Let us know by creating an issue]({{ site.github_issues }}){:target="new"} on the Stitch Docs GitHub repo.
If you need help with Stitch, reach out to [Stitch Support](mailto:{{ site.support }}).
If you need help with Stitch, reach out to [Support] ({{ site.support }}).
---
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sections:
If you need help using these resources, we recommend creating an issue on the GitHub repository (linked below) or asking the [Stitch Community]({{ site.community }}){:target="new"}. **Note**: Stitch Support doesn't provide assistance for these resources.
**Created your own library or have an example you want to share?** [Let us know](mailto:{{ site.support }}) and we'll add it to the list.
**Created your own library or have an example you want to share?** [Let us know] ({{ site.support }}) and we'll add it to the list.
{% assign languages = site.data.import-api.resources.all | sort:"language" %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layout/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

<span class="h2" data-swiftype-index='false'>Questions? Feedback?</span>

<p data-swiftype-index='false'>Did this article help? If you have questions or feedback, feel free to <a target="_blank" href="https://github.com/{{site.github_editme_path}}/{{ page.path }}">submit a pull request</a> with your suggestions, <a href="{{ site.github_issues }}" target="new">open an issue on GitHub</a>, or <a href="mailto: {{ site.support }}">reach out to us</a>.</p>
<p data-swiftype-index='false'>Did this article help? If you have questions or feedback, feel free to <a target="_blank" href="https://github.com/{{site.github_editme_path}}/{{ page.path }}">submit a pull request</a> with your suggestions, <a href="{{ site.github_issues }}" target="new">open an issue on GitHub</a>, or <a href="{{ site.support }}">reach out to us</a>.</p>
2 changes: 1 addition & 1 deletion _includes/notifications/status-support/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
This integration is certified by Stitch.
{% endif %}

For support, contact <a href="mailto: {{ site.support }}">Stitch support</a>.
For support, contact <a href="{{ site.support }}">Support</a>.

{% else %}
<strong>
Expand Down
2 changes: 1 addition & 1 deletion _includes/replication/replication-stats-copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

{% include replication/replication-stats.html %}

If your data hasn't shown up after a reasonable amount of time, [reach out to support](mailto: {{ site.support }}).
If your data hasn't shown up after a reasonable amount of time, [reach out to support] ( {{ site.support }}).

{% else %}
To learn more about how info is displayed in these fields, check out the [Monitoring Replication Progress guide]({{ link.replication.rep-progress | prepend: site.baseurl }}).
Expand Down
2 changes: 1 addition & 1 deletion _replication/selecting-data/syncing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ sections:
<tr id="noConnectionYet" style="display: none">
<td id="noConnectionYetName" colspan="5" align="center">
<strong>Don't see the source you want?</strong> <a href="mailto:{{site.support}}">Let us know</a>!
<strong>Don't see the source you want?</strong> <a href="{{site.support}}">Let us know</a>!
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion _saas-integrations/saas-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sections:
- title: "Suggest an integration"
anchor: "suggest-an-integration"
content: |
Don’t see your integration of choice listed here? We’d love to hear from you! [Reach out to us](mailto:{{ site.support }}) with your suggestion.
Don’t see your integration of choice listed here? We’d love to hear from you! [Reach out to us] ({{ site.support }}) with your suggestion.
---
{% include misc/data-files.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Stitch may also occasionally encounter performance issues. You can stay up-to-da

## Queries

Before reporting a data discrepancy to Stitch support, we recommend that you double-check how you're querying the data.
Before reporting a data discrepancy to Support, we recommend that you double-check how you're querying the data.

<div class="panel-group" id="accordion">
<div class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/destinations/databricks-delta-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ To avoid this issue, make sure the `spark.databricks.delta.schema.autoMerge.enab

## Contact Support

If you’re still running into problems with Databricks Delta in Stitch, reach out to [Stitch support](mailto:{{ site.support }}).
If you’re still running into problems with Databricks Delta in Stitch, reach out to [support] ({{ site.support }}).
2 changes: 1 addition & 1 deletion _troubleshooting/destinations/panoply-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ If you’ve recently reset your password in Panoply, you’ll also need to updat

## Contact Support

If you’re still running into problems with Panoply in Stitch, reach out to [Stitch support](mailto:{{ site.support }}).
If you’re still running into problems with Panoply in Stitch, reach out to [support] ({{ site.support }}).

If you’re experiencing issues inside of Panoply, [reach out to Panoply support](https://panoply.io){:target="new"}.
2 changes: 1 addition & 1 deletion _troubleshooting/replication/missing-tables-and-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Verify the authorizing user's permissions. If the user's permissions can't be ch

## Contacting Support

If you verify that all the correct permissions are in place and you still encounter issues, please [reach out to support](mailto: {{ site.support }}).
If you verify that all the correct permissions are in place and you still encounter issues, please [reach out to support] ({{ site.support }}).

0 comments on commit b6d16ad

Please sign in to comment.