Skip to content

Commit

Permalink
update social links (#4695)
Browse files Browse the repository at this point in the history
* replace vanity link

* fix links
  • Loading branch information
pwnfoo committed Jul 5, 2024
1 parent be89d84 commit 2ec8349
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ References for developers:

You can chat to us in two places:
* The #dev channel on [Matrix](https://matrix.to/#/#dev:nymtech.chat)
* The various developer channels on [Discord](discord.gg/nymproject)
* The various developer channels on [Discord](https://discord.gg/FaTJb8q8)

### Tokenomics & Rewards

Expand Down
2 changes: 1 addition & 1 deletion documentation/dev-portal/src/faq/rewards-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ If you have successfully completed KYC on Synaps earlier and provided your Nym w

Using the Nym network is free for now, but user fees will be introduced in the future and those will be paid in NYM tokens, so set them aside! And until then, you can contribute to running our decentralized infrastructure and earn mix mining rewards by setting up Nym mix nodes and bonding your tokens to them. You don't need to run nodes to contribute to the security and performance of the Nym network though. You can pledge your trust in someone else's node by delegating your NYM tokens to it, and receive a share of their mix mining rewards.

You can find out more about how staking works in [this](https://www.youtube.com/watch?v=PcNGcTwlm0I) video from our Chief Scientist Claudia Diaz and if you need help setting up your mix node, choosing one to delegate your tokens to, or anything else, our community is there to help on [Discord](https://discord.gg/nym) and [Telegram](https://t.me/nymchan).
You can find out more about how staking works in [this](https://www.youtube.com/watch?v=PcNGcTwlm0I) video from our Chief Scientist Claudia Diaz and if you need help setting up your mix node, choosing one to delegate your tokens to, or anything else, our community is there to help on [Discord](https://discord.gg/FaTJb8q8) and [Telegram](https://t.me/nymchan).
2 changes: 1 addition & 1 deletion documentation/dev-portal/src/tutorials/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Follow this [video](https://youtu.be/quj8H2qeOwY?t=97) to see the steps on Teleg

**Now your Telegram runs over NymConnect.**

NymConnect is currently available for several applications and service providers. Support for more apps is on the way. For any bug reports or feedback please reach out to us on Telegram or our [Discord](http://discord.gg/nym) server.
NymConnect is currently available for several applications and service providers. Support for more apps is on the way. For any bug reports or feedback please reach out to us on Telegram or our [Discord](http://discord.gg/FaTJb8q8) server.

2 changes: 1 addition & 1 deletion documentation/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Since these docs autogenerate command output and import docs from binaries in `t
Changes merged to `master` will be autodeployed to the production site.

### Contributing a new translation
To contribute tranlsations in a new language, please get in touch via [Matrix](https://matrix.to/#/#general:nymtech.chat) or [Discord](discord.gg/nym).
To contribute tranlsations in a new language, please get in touch via [Matrix](https://matrix.to/#/#general:nymtech.chat) or [Discord](https://discord.gg/FaTJb8q8).

### Variables
There are some variables that are shared across the entire docs site, such as the current latest software version.
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/src/bandwidth-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Create an account on Sandbox using the nym-cli:

```./nym-cli --config-env-file <path-to>sandbox.env account create```

You will need `nymt` funds sent to this account. Get in touch via Nym [Telegram](https://t.me/nymchan) or [Discord](https://discord.com/invite/nym) and we can send them to you.
You will need `nymt` funds sent to this account. Get in touch via Nym [Telegram](https://t.me/nymchan) or [Discord](https://discord.gg/FaTJb8q8) and we can send them to you.

Next, you init the nym-client with the enabled credentials mode set to true:

Expand Down
2 changes: 1 addition & 1 deletion documentation/operators/src/legal/exit-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document presents an initiative to further support Nym’s mission of allow
All the technical changes on the side of Nym nodes - ***Project Smoosh*** - are described in the [FAQ section](../archive/faq/smoosh-faq.md).

```admonish warning
Nym core team cannot provide comprehensive legal advice across all jurisdictions. Knowledge and experience with the legalities are being built up with the help of our counsel and with you, the community of Nym node operators. We encourage Nym node operators to join the operator channels ([Element](https://matrix.to/#/#operators:nymtech.chat), [Discord](https://discord.com/invite/nym), [Telegram](https://t.me/nymchan_help_chat)) to share best practices and experiences.
Nym core team cannot provide comprehensive legal advice across all jurisdictions. Knowledge and experience with the legalities are being built up with the help of our counsel and with you, the community of Nym node operators. We encourage Nym node operators to join the operator channels ([Element](https://matrix.to/#/#operators:nymtech.chat), [Discord](https://discord.gg/FaTJb8q8), [Telegram](https://t.me/nymchan_help_chat)) to share best practices and experiences.
```


Expand Down
2 changes: 1 addition & 1 deletion documentation/operators/src/troubleshooting/validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ If the `/dev/sda` partition is almost full, try pruning some of the `.gz` syslog

## Where can I get more help?

The fastest way to reach one of us or get a help from the community, visit our [Telegram Node Setup Help Chat](https://t.me/nymchan_help_chat) or head to our [Discord](https://Discord.gg/nym).
The fastest way to reach one of us or get a help from the community, visit our [Telegram Node Setup Help Chat](https://t.me/nymchan_help_chat) or head to our [Discord](https://discord.gg/FaTJb8q8).

For more tech heavy question join our [Matrix core community channel](https://matrix.to/#/#general:nymtech.chat), where you can meet other builders and Nym core team members.
2 changes: 1 addition & 1 deletion explorer-nextjs/app/components/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DiscordIcon } from '../icons/socials/DiscordIcon'
export const TELEGRAM_LINK = 'https://t.me/nymchan'
export const TWITTER_LINK = 'https://twitter.com/nymproject'
export const GITHUB_LINK = 'https://github.com/nymtech'
export const DISCORD_LINK = 'https://discord.gg/nym'
export const DISCORD_LINK = 'https://discord.gg/FaTJb8q8'

export const Socials: FCWithChildren<{ isFooter?: boolean }> = ({
isFooter = false,
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/components/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DiscordIcon } from '../icons/socials/DiscordIcon';
export const TELEGRAM_LINK = 'https://t.me/nymchan';
export const TWITTER_LINK = 'https://twitter.com/nymproject';
export const GITHUB_LINK = 'https://github.com/nymtech';
export const DISCORD_LINK = 'https://discord.gg/nym';
export const DISCORD_LINK = 'https://discord.gg/FaTJb8q8';

export const Socials: FCWithChildren<{ isFooter?: boolean }> = ({ isFooter }) => {
const theme = useTheme();
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/docs/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Stack from '@mui/material/Stack';
const links = [
['Twitter', 'https://twitter.com/nymproject'],
['Telegram', 'https://t.me/nymchan'],
['Discord', 'https://discord.com/invite/nym'],
['Discord', 'https://discord.gg/FaTJb8q8'],
['GitHub', 'https://github.com/nymtech/nym'],
['Nym Wallet', 'https://nymtech.net/download/wallet'],
['Nym Explorer', 'https://explorer.nymtech.net/'],
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: DocsThemeConfig = {
link: 'https://github.com/nymtech/nym',
},
chat: {
link: 'https://discord.gg/nym',
link: 'https://discord.gg/FaTJb8q8',
},
docsRepositoryBase: 'https://github.com/nymtech/nym/tree/develop/sdk/typescript/docs',
footer: {
Expand Down

0 comments on commit 2ec8349

Please sign in to comment.