Skip to content

Commit be9be0c

Browse files
authored
chore: remove short.io links from README (#1119)
1 parent a543ffe commit be9be0c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="https://twitter.com/zenstackhq">
1717
<img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fzenstackhq%2Fzenstack">
1818
</a>
19-
<a href="https://go.zenstack.dev/chat">
19+
<a href="https://discord.gg/Ykhr738dUe">
2020
<img src="https://img.shields.io/discord/1035538056146595961">
2121
</a>
2222
<a href="https://github.com/zenstackhq/zenstack/blob/main/LICENSE">
@@ -142,7 +142,7 @@ The following diagram gives a high-level architecture overview of ZenStack.
142142

143143
- [Home](https://zenstack.dev)
144144
- [Documentation](https://zenstack.dev/docs)
145-
- [Community chat](https://go.zenstack.dev/chat)
145+
- [Community chat](https://discord.gg/Ykhr738dUe)
146146
- [Twitter](https://twitter.com/zenstackhq)
147147
- [Blog](https://zenstack.dev/blog)
148148

@@ -162,7 +162,7 @@ The following diagram gives a high-level architecture overview of ZenStack.
162162
- [SWR](https://github.com/vercel/swr) and [TanStack Query](https://github.com/TanStack/query) hooks generator
163163
- OpenAPI specification generator
164164
- [tRPC](https://trpc.io) router generator
165-
- 🙋🏻 [Request for a plugin](https://go.zenstack.dev/chat)
165+
- 🙋🏻 [Request for a plugin](https://discord.gg/Ykhr738dUe)
166166

167167
### Framework adapters
168168

@@ -171,15 +171,15 @@ The following diagram gives a high-level architecture overview of ZenStack.
171171
- [SvelteKit](https://zenstack.dev/docs/reference/server-adapters/sveltekit)
172172
- [Fastify](https://zenstack.dev/docs/reference/server-adapters/fastify)
173173
- [ExpressJS](https://zenstack.dev/docs/reference/server-adapters/express)
174-
- 🙋🏻 [Request for an adapter](https://go.zenstack.dev/chat)
174+
- 🙋🏻 [Request for an adapter](https://discord.gg/Ykhr738dUe)
175175

176176
### Prisma schema extensions
177177

178178
- [Custom attributes and functions](https://zenstack.dev/docs/reference/zmodel-language#custom-attributes-and-functions)
179179
- [Multi-file schema and model inheritance](https://zenstack.dev/docs/guides/multiple-schema)
180180
- Strong-typed JSON field (coming soon)
181181
- Polymorphism (future)
182-
- 🙋🏻 [Request for an extension](https://go.zenstack.dev/chat)
182+
- 🙋🏻 [Request for an extension](https://discord.gg/Ykhr738dUe)
183183

184184
## Examples
185185

packages/schema/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This VS Code extension provides code editing helpers for authoring ZenStack's sc
1717

1818
- [Home](https://zenstack.dev)
1919
- [Documentation](https://zenstack.dev/docs)
20-
- [Community chat](https://go.zenstack.dev/chat)
20+
- [Community chat](https://discord.gg/Ykhr738dUe)
2121
- [Twitter](https://twitter.com/zenstackhq)
2222
- [Blog](https://dev.to/zenstack)
2323

2424
## Community
2525

26-
Join our [discord server](https://go.zenstack.dev/chat) for chat and updates!
26+
Join our [discord server](https://discord.gg/Ykhr738dUe) for chat and updates!
2727

2828
## License
2929

0 commit comments

Comments
 (0)