Skip to content

Commit fa8f513

Browse files
committed
chore: replace slack to discord
Signed-off-by: Han Xiao <[email protected]>
1 parent 1418a95 commit fa8f513

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> The best way to know more about contributing and how to get started is to **[join us on Slack](https://jina.ai/slack)** and ask questions in our public channels.
1+
> The best way to know more about contributing and how to get started is to **[join us on Discord](https://discord.jina.ai)** and ask questions in our public channels.
22
33
# Contributing to Jina
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p align=center>
1919
<a href="https://pypi.org/project/jina/"><img alt="PyPI" src="https://img.shields.io/pypi/v/jina?label=Release&style=flat-square"></a>
2020
<!--<a href="https://codecov.io/gh/jina-ai/jina"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/jina-ai/jina/master?&logo=Codecov&logoColor=white&style=flat-square"></a>-->
21-
<a href="https://jina.ai/slack"><img src="https://img.shields.io/badge/Slack-4.8k-blueviolet?logo=slack&amp;logoColor=white&style=flat-square"></a>
21+
<a href="https://discord.jina.ai"><img src="https://img.shields.io/discord/1106542220112302130?logo=discord&logoColor=white&style=flat-square"></a>
2222
<a href="https://pypistats.org/packages/jina"><img alt="PyPI - Downloads from official pypistats" src="https://img.shields.io/pypi/dm/jina?style=flat-square"></a>
2323
<a href="https://github.com/jina-ai/jina/actions/workflows/cd.yml"><img alt="Github CD status" src="https://github.com/jina-ai/jina/actions/workflows/cd.yml/badge.svg"></a>
2424
</p>
@@ -523,7 +523,7 @@ What cloud-native technology is still challenging to you? [Tell us](https://gith
523523

524524
## Support
525525

526-
- Join our [Slack community](https://jina.ai/slack) and chat with other community members about ideas.
526+
- Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
527527
- Join our [Engineering All Hands](https://youtube.com/playlist?list=PL3UBBWOUVhFYRUa_gpYYKBqEAkO4sxmne) meet-up to discuss your use case and learn Jina's new features.
528528
- **When?** The second Tuesday of every month
529529
- **Where?**

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ If you think you found a vulnerability, and even if you are not sure about it, p
1717

1818
Our team will review it thoroughly and get back to you.
1919

20-
Please restrain from publicly discussing a potential security vulnerability on Github issues or in Slack community. 🙊 It's better to discuss privately and try to find a solution first, to limit the potential impact as much as possible.
20+
Please restrain from publicly discussing a potential security vulnerability on Github issues or in Discord community. 🙊 It's better to discuss privately and try to find a solution first, to limit the potential impact as much as possible.

docs/concepts/jcloud/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Please refer to {ref}`Configuration <jcloud-configuration>` for configuring the
327327

328328
## Restrictions
329329

330-
Jina AI Cloud scales according to your needs. You can demand different instance types with GPU/memory/CPU predefined based on the needs of your Flows and Executors. If you have specific resource requirements, please contact us [on Slack](https://jina.ai/slack) or raise a [GitHub issue](https://github.com/jina-ai/jcloud/issues/new/choose).
330+
Jina AI Cloud scales according to your needs. You can demand different instance types with GPU/memory/CPU predefined based on the needs of your Flows and Executors. If you have specific resource requirements, please contact us [on Discord](https://discord.jina.ai) or raise a [GitHub issue](https://github.com/jina-ai/jcloud/issues/new/choose).
331331

332332

333333
```{admonition} Restrictions

docs/tutorials/deploy-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please check our {ref}`"Before you start" guide<before-start>` to go over a few
99
```{admonition} This tutorial was written for Jina 3.14
1010
:class: warning
1111
12-
It will *probably* still work for later versions. If you have trouble, please ask on [our Slack](https://jina.ai/slack).
12+
It will *probably* still work for later versions. If you have trouble, please ask on [our Discord](https://discord.jina.ai).
1313
```
1414

1515
## Introduction

jina/parsers/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def set_base_parser():
1616
urls = {
1717
'Code': ('💻', 'https://oss.jina.ai'),
1818
'Docs': ('📖', 'https://docs.jina.ai'),
19-
'Help': ('💬', 'https://slack.jina.ai'),
19+
'Help': ('💬', 'https://discord.jina.ai'),
2020
'Hiring!': ('🙌', 'https://jobs.jina.ai'),
2121
}
2222
url_str = '\n'.join(

0 commit comments

Comments
 (0)