这是indexloc提供的服务,不要输入任何密码
Skip to content
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/site/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const navigation = {
},
{
name: "Community",
href: "https://vercel.community/tag/turborepo",
href: "https://community.vercel.com/tag/turborepo",
},
],
company: [
Expand Down
2 changes: 1 addition & 1 deletion docs/site/app/_components/not-found-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function NotFoundTemplate({
<li>
<Link
className="text-center"
href="https://vercel.community/tag/turborepo"
href="https://community.vercel.com/tag/turborepo"
>
Community
</Link>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/components/nav/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const FOOTER_ITEMS = {
],
community: [
{ href: "https://github.com/vercel/turborepo", label: "GitHub" },
{ href: "https://vercel.community/tag/turborepo", label: "Community" },
{ href: "https://community.vercel.com/tag/turborepo", label: "Community" },
{ href: "https://bsky.app/profile/turbo.build", label: "Bluesky" },
{ href: "https://x.com/turborepo", label: "X" },
],
Expand Down
2 changes: 1 addition & 1 deletion docs/site/components/search-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function SearchDialog(props: SharedProps): JSX.Element {
["Blog", "/blog"],
["Changelog", `${gitHubRepoUrl}/releases`],
["Github", gitHubRepoUrl],
["Community", "https://vercel.community/tag/turborepo"],
["Community", "https://community.vercel.com/tag/turborepo"],
]}
/>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/docs/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With over 2 million weekly downloads, Turborepo has a large and active community
If you have a question about Turborepo or want to help others, join the conversation:

- [GitHub Discussions](https://github.com/vercel/turborepo/discussions)
- [Vercel Community](https://vercel.community/tag/turborepo)
- [Vercel Community](https://community.vercel.com/tag/turborepo)

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ We will do our best to keep jargon to a minimum - but there are some need-to-kno

## Join the community

If you have questions about anything related to Turborepo, you're always welcome to ask the community on [GitHub Discussions](https://github.com/vercel/turborepo/discussions), [Vercel Community](https://vercel.community/tag/turborepo), and [Twitter](https://twitter.com/turborepo).
If you have questions about anything related to Turborepo, you're always welcome to ask the community on [GitHub Discussions](https://github.com/vercel/turborepo/discussions), [Vercel Community](https://community.vercel.com/tag/turborepo), and [Twitter](https://twitter.com/turborepo).
2 changes: 1 addition & 1 deletion docs/site/content/extra/governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This process is essential to ensure features are built together with the communi

## Turborepo Support

For individual developers looking for free support on their Turborepo repositories, they can ask questions in [GitHub Discussions](https://github.com/vercel/turborepo/discussions) or in [Vercel Community's `#turborepo` tag](https://vercel.community/tag/turborepo).
For individual developers looking for free support on their Turborepo repositories, they can ask questions in [GitHub Discussions](https://github.com/vercel/turborepo/discussions) or in [Vercel Community's `#turborepo` tag](https://community.vercel.com/tag/turborepo).

For companies looking for paid support on their Turborepo repositories, they can [contact the Turborepo team at Vercel](https://vercel.com/contact) for more information.

Expand Down
2 changes: 1 addition & 1 deletion docs/site/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config = {
},
{
source: "/discord{/}?",
destination: "https://vercel.community/tag/turborepo",
destination: "https://community.vercel.com/tag/turborepo",
permanent: true,
},
{
Expand Down
Loading