Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(cli): Replace slack link with community #286

Merged
merged 2 commits into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,7 @@ <h2 id="get-help">Get Help!</h2>
</div><div class="row">
<div class="row-height">
<div class="col-md-5 col-sm-12 col-height docs-primary">
<p>You can get help by either emailing <a href="mailto:partners@zapier.com">partners@zapier.com</a> or by <a href="https://join.slack.com/t/zapier-platform/shared_invite/enQtOTgyMjkzNDU1NjM5LWM1MGQ1YmY5ODgxNmM1NjIzZTk3NjNkMzFlZWExYzU2MDJjNTVmNDEzMWUzYjdlNmMzZGViMzE0YjhlOGIyZDA">joining our Slack team here</a>.</p>
<p>You can get help by either emailing <a href="mailto:partners@zapier.com">partners@zapier.com</a> or by <a href="https://community.zapier.com/developer-discussion-13">joining our developer community here</a>.</p>
</div>
<div class="col-md-7 col-sm-12 col-height is-empty docs-code">

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -1872,4 +1872,4 @@ For maximum compatibility, keep the versions of `cli` and `core` in sync.

## Get Help!

You can get help by either emailing partners@zapier.com or by [joining our Slack team here](https://join.slack.com/t/zapier-platform/shared_invite/enQtOTgyMjkzNDU1NjM5LWM1MGQ1YmY5ODgxNmM1NjIzZTk3NjNkMzFlZWExYzU2MDJjNTVmNDEzMWUzYjdlNmMzZGViMzE0YjhlOGIyZDA).
You can get help by either emailing partners@zapier.com or by [joining our developer community here](https://community.zapier.com/developer-discussion-13).
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3236,4 +3236,4 @@ For maximum compatibility, keep the versions of `cli` and `core` in sync.

## Get Help!

You can get help by either emailing partners@zapier.com or by [joining our Slack team here](https://join.slack.com/t/zapier-platform/shared_invite/enQtOTgyMjkzNDU1NjM5LWM1MGQ1YmY5ODgxNmM1NjIzZTk3NjNkMzFlZWExYzU2MDJjNTVmNDEzMWUzYjdlNmMzZGViMzE0YjhlOGIyZDA).
You can get help by either emailing partners@zapier.com or by [joining our developer community here](https://community.zapier.com/developer-discussion-13).
2 changes: 1 addition & 1 deletion packages/cli/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,7 @@ <h2 id="get-help">Get Help!</h2>
</div><div class="row">
<div class="row-height">
<div class="col-md-5 col-sm-12 col-height docs-primary">
<p>You can get help by either emailing <a href="mailto:partners@zapier.com">partners@zapier.com</a> or by <a href="https://join.slack.com/t/zapier-platform/shared_invite/enQtOTgyMjkzNDU1NjM5LWM1MGQ1YmY5ODgxNmM1NjIzZTk3NjNkMzFlZWExYzU2MDJjNTVmNDEzMWUzYjdlNmMzZGViMzE0YjhlOGIyZDA">joining our Slack team here</a>.</p>
<p>You can get help by either emailing <a href="mailto:partners@zapier.com">partners@zapier.com</a> or by <a href="https://community.zapier.com/developer-discussion-13">joining our developer community here</a>.</p>
</div>
<div class="col-md-7 col-sm-12 col-height is-empty docs-code">

Expand Down
Loading