Skip to content

Commit

Permalink
fix: update GitHub links (vercel#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehul Kar <[email protected]>
  • Loading branch information
chris-olszewski and mehulkar authored Oct 25, 2022
1 parent 722a967 commit 766c31b
Show file tree
Hide file tree
Showing 36 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/vercel/turborepo/discussions
url: https://github.com/vercel/turbo/discussions
about: Ask questions and discuss ideas with other community members
2 changes: 1 addition & 1 deletion .github/workflows/pr-turbopack-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ouzi-dev/[email protected]
with:
name: Benchmark PR / bench (pull_request)
url: https://github.com/vercel/turborepo/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion buildcontainer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include .env
REGISTRY ?= ghcr.io
TAG_VERSION ?= snapshot
OWNER ?= goreleaser
GIT_REPO ?= https://github.com/vercel/turborepo
GIT_REPO ?= https://github.com/vercel/turbo

ifeq ($(REGISTRY),)
IMAGE_BASE_NAME := $(OWNER)/goreleaser-cross-base:$(TAG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion cli/scripts/npm-native-packages/template/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `turbo`

This is a platform-specific binary for Turborepo, a monorepo build system. See https://github.com/vercel/turborepo for details.
This is a platform-specific binary for Turborepo, a monorepo build system. See https://github.com/vercel/turbo for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "turbo-{{Os}}-{{Arch}}",
"version": "{{Version}",
"description": "The {{Os}}-{{Arch}} binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
"repository": "https://github.com/vercel/turbo",
"bugs": "https://github.com/vercel/turbo/issues",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
"os": ["{{Os}}"],
Expand Down
8 changes: 4 additions & 4 deletions docs/components/ExamplesArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ExamplesArea = () => {
fundamentals.`,
name: "Basic",
}}
href="https://github.com/vercel/turborepo/tree/main/examples/basic"
href="https://github.com/vercel/turbo/tree/main/examples/basic"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Expand All @@ -20,7 +20,7 @@ export const ExamplesArea = () => {
"Unify your site's look and feel by sharing a design system across multiple apps.",
name: "Design System",
}}
href="https://github.com/vercel/turborepo/tree/main/examples/design-system"
href="https://github.com/vercel/turbo/tree/main/examples/design-system"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Expand All @@ -29,7 +29,7 @@ export const ExamplesArea = () => {
"Learn how to integrate with Tailwind, the popular CSS framework.",
name: "With Tailwind CSS",
}}
href="https://github.com/vercel/turborepo/tree/main/examples/with-tailwind"
href="https://github.com/vercel/turbo/tree/main/examples/with-tailwind"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Expand All @@ -38,7 +38,7 @@ export const ExamplesArea = () => {
"Want to see a super-complex, kitchen-sink example? Includes multiple frameworks, both frontend and backend.",
name: "Kitchen Sink",
}}
href="https://github.com/vercel/turborepo/blob/main/examples/kitchen-sink"
href="https://github.com/vercel/turbo/blob/main/examples/kitchen-sink"
></DetailedFeatureLink>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function FooterHeader({ children }: { children: ReactNode }) {
const navigation = {
general: [
{ name: "Blog", href: "/blog" },
{ name: "Releases", href: "https://github.com/vercel/turborepo/releases" },
{ name: "Releases", href: "https://github.com/vercel/turbo/releases" },
],
repo: [
{ name: "Documentation", href: "/repo/docs" },
Expand Down
2 changes: 1 addition & 1 deletion docs/components/pages/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Showcase() {
</div>
<div className="mx-auto rounded-md">
<a
href="https://github.com/vercel/turborepo/edit/main/docs/components/clients/users.ts"
href="https://github.com/vercel/turbo/edit/main/docs/components/clients/users.ts"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center w-auto px-8 py-3 text-base font-medium text-white no-underline bg-black border border-transparent rounded-md dark:bg-white dark:text-black betterhover:dark:hover:bg-gray-300 betterhover:hover:bg-gray-700 md:py-3 md:text-lg md:px-10 md:leading-6"
Expand Down
2 changes: 1 addition & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const nextConfig = withNextra({
{
source: "/docs/changelog",
permanent: true,
destination: "https://github.com/vercel/turborepo/releases",
destination: "https://github.com/vercel/turbo/releases",
},
{
source: "/docs/guides/complimentary-tools",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/turbo-1-2-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Date from "../../components/blog/Date";

Since releasing Turborepo v1.1 in late January, we've seen incredible adoption and community growth:

- **6.5k+** [GitHub Stars](https://github.com/vercel/turborepo)
- **6.5k+** [GitHub Stars](https://github.com/vercel/turbo)
- **140k+** weekly npm downloads (doubling since our [last blog post for v1.1](/blog/turbo-1-1-0))
- **95+** OSS contributors
- **900+** members of the [Turborepo Community Discord](https://turbo.build/discord)
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/blog/turbo-1-3-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ We added recipes for using Turborepo and Remote Caching with:
- [Gitlab CI](/docs/ci/gitlabci)
- [Travis CI](/docs/ci/travisci)

If there are other recipes you would like to see here please let us know by opening up a [GitHub Discussion](https://github.com/vercel/turborepo/discussions/categories/ideas).
If there are other recipes you would like to see here please let us know by opening up a [GitHub Discussion](https://github.com/vercel/turbo/discussions/categories/ideas).

## Other Bug Fixes and Improvements

Expand All @@ -190,7 +190,7 @@ If there are other recipes you would like to see here please let us know by open

Since releasing [Turborepo v1.2 in early April](/blog/turbo-1-2-0), we've seen incredible adoption and community growth:

- [8.1k+ GitHub Stars](https://github.com/vercel/turborepo)
- [8.1k+ GitHub Stars](https://github.com/vercel/turbo)
- 275k+ weekly NPM downloads (up ~2x)
- 1,200+ members of the [Turborepo Community Discord](https://turbo.build/discord)
- 5.8 years of compute time saved through Remote Caching on Vercel (up ~5x), saving +7 months per week now
Expand Down
22 changes: 11 additions & 11 deletions docs/pages/blog/turbo-1-4-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,25 @@ Learn more about ESLint configs and plugins in the [ESLint docs](https://eslint.

Based on your feedback and suggestions, we've created new examples to integrate Turborepo into your workflow:

- [Svelte](https://github.com/vercel/turborepo/tree/main/examples/with-svelte)
- [Docker](https://github.com/vercel/turborepo/tree/main/examples/with-docker)
- [Create React App](https://github.com/vercel/turborepo/tree/main/examples/with-create-react-app)
- [React Native](https://github.com/vercel/turborepo/tree/main/examples/with-react-native-web)
- [Prisma](https://github.com/vercel/turborepo/tree/main/examples/with-prisma)
- [Tailwind](https://github.com/vercel/turborepo/tree/main/examples/with-tailwind)
-[and more!](https://github.com/vercel/turborepo/tree/main/examples)
- [Svelte](https://github.com/vercel/turbo/tree/main/examples/with-svelte)
- [Docker](https://github.com/vercel/turbo/tree/main/examples/with-docker)
- [Create React App](https://github.com/vercel/turbo/tree/main/examples/with-create-react-app)
- [React Native](https://github.com/vercel/turbo/tree/main/examples/with-react-native-web)
- [Prisma](https://github.com/vercel/turbo/tree/main/examples/with-prisma)
- [Tailwind](https://github.com/vercel/turbo/tree/main/examples/with-tailwind)
-[and more!](https://github.com/vercel/turbo/tree/main/examples)

## Other bug fixes and improvements

- Allow both sides of git comparison ([#1442](https://github.com/vercel/turborepo/pull/1442))
- Properly rebuild packages that share a name prefix ([#1538](https://github.com/vercel/turborepo/pull/1538))
- Cache files with the correct file permissions ([#1429](https://github.com/vercel/turborepo/pull/1429))
- Allow both sides of git comparison ([#1442](https://github.com/vercel/turbo/pull/1442))
- Properly rebuild packages that share a name prefix ([#1538](https://github.com/vercel/turbo/pull/1538))
- Cache files with the correct file permissions ([#1429](https://github.com/vercel/turbo/pull/1429))

## Community

Since releasing [Turborepo v1.3 in June](notion://www.notion.so/blog/turbo-1-3-0), we've seen incredible adoption and community growth:

- [8.65k+ GitHub Stars](https://github.com/vercel/turborepo)
- [8.65k+ GitHub Stars](https://github.com/vercel/turbo)
- 365k weekly NPM downloads, up 2x since late April
- 10 years of compute time saved through Remote Caching on Vercel, saving 10 months per week

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/turbo-1-5-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This helps make Turborepo's cache a bit smarter, and less likely to trip up when

Since releasing [Turborepo v1.4 in August](/blog/turbo-1-4-0), we've seen incredible adoption and community growth:

- [9.5k+ GitHub Stars](https://github.com/vercel/turborepo)
- [9.5k+ GitHub Stars](https://github.com/vercel/turbo)
- [440k weekly NPM downloads](https://www.npmjs.com/package/turbo)
- 15 years of compute time saved through [Remote Caching on Vercel](https://vercel.com/docs/concepts/monorepos/remote-caching), saving over a 1 year per week, up 2x since July

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"reference": "API Reference",
"changelog": {
"title": "Changelog",
"href": "https://github.com/vercel/turborepo/releases",
"href": "https://github.com/vercel/turbo/releases",
"newWindow": true
},
"upgrading-to-v1": "Upgrading to v1",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/acknowledgements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Thank you to all these developers, build systems, and monorepo tool

Turborepo was originally created by [Jared Palmer](https://twitter.com/jaredpalmer) as a closed-source enterprise software offering. In late 2021, [Vercel acquired Turborepo](https://vercel.com/blog/vercel-acquires-turborepo) and open sourced the codebase.

Today, Turborepo has dedicated full-time team working on it as well as a growing list of [open source contributors](https://github.com/vercel/turborepo/graphs/contributors).
Today, Turborepo has dedicated full-time team working on it as well as a growing list of [open source contributors](https://github.com/vercel/turbo/graphs/contributors).

## Inspiration / Prior Art

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/core-concepts/remote-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ You can set the remote caching domain by specifying the `--api` and `--token` fl
turbo run build --api="https://my-server.example.com" --token="xxxxxxxxxxxxxxxxx"
```

You can see the endpoints / requests [needed here](https://github.com/vercel/turborepo/blob/main/cli/internal/client/client.go).
You can see the endpoints / requests [needed here](https://github.com/vercel/turbo/blob/main/cli/internal/client/client.go).
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/core-concepts/scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ turbo run build --scope=*build-tools* --no-deps --include-dependencies
<Callout type="idea" icon={<HeartIcon className="h-5 w-5 text-gray-400" aria-hidden="true" />}>
Turborepo's Scoped Tasks API design and docs were/are inspired [Microsoft's Lage project](https://microsoft.github.io/lage/docs/Guide/scopes#scoped-builds-with-all-its-dependents) `--scope` flag which was inspired by [Lerna's](https://github.com/lerna/lerna/tree/main/commands/run#readme).

We are working toward a new, more expressive task filtering/scoping syntax. [Read the RFC here.](https://github.com/vercel/turborepo/discussions/105)
We are working toward a new, more expressive task filtering/scoping syntax. [Read the RFC here.](https://github.com/vercel/turbo/discussions/105)

</Callout>
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ When [Remote Caching](./core-concepts/remote-caching) is enabled, by default Tur

## How can I retain Fast Refresh in my Turborepo when using multiple Next.js applications?

[Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) gives you instantaneous feedback on edits made to your React components in Next.js applications. If your Turborepo has multiple Next.js applications, you can use `next-transpile-modules` to ensure that imports across workspaces will work with Fast Refresh when changes are made. Turborepo will effectively watch for any edits and the rebuild when saving. You can get started from [this example](https://github.com/vercel/turborepo/tree/main/examples/basic) which is set up to handle Fast Refresh.
[Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) gives you instantaneous feedback on edits made to your React components in Next.js applications. If your Turborepo has multiple Next.js applications, you can use `next-transpile-modules` to ensure that imports across workspaces will work with Fast Refresh when changes are made. Turborepo will effectively watch for any edits and the rebuild when saving. You can get started from [this example](https://github.com/vercel/turbo/tree/main/examples/basic) which is set up to handle Fast Refresh.
6 changes: 3 additions & 3 deletions docs/pages/repo/docs/getting-started/create-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ To create a new monorepo, use our [`create-turbo`](https://www.npmjs.com/package
npx create-turbo@latest
```

You can also clone a Turborepo starter repository to get a head start on your monorepo. To see Turborepo examples and starters, see the [Turborepo examples directory on GitHub](https://github.com/vercel/turborepo/tree/main/examples).
You can also clone a Turborepo starter repository to get a head start on your monorepo. To see Turborepo examples and starters, see the [Turborepo examples directory on GitHub](https://github.com/vercel/turbo/tree/main/examples).

## Full tutorial

This tutorial will walk you through using the Turborepo [`basic` example](https://github.com/vercel/turborepo/tree/main/examples/basic). By the end, you'll feel confident with using `turbo`, and know all the basic functionality.
This tutorial will walk you through using the Turborepo [`basic` example](https://github.com/vercel/turbo/tree/main/examples/basic). By the end, you'll feel confident with using `turbo`, and know all the basic functionality.

<Callout type="info">

Expand Down Expand Up @@ -554,4 +554,4 @@ Well done! You've learned all about your new monorepo, and how Turborepo makes h

- Need to add more tasks? Learn more about using [pipelines](/docs/core-concepts/pipelines)
- Want to speed up your CI? Set up [remote caching](/docs/core-concepts/remote-caching).
- Want some inspiration? Take a look at our directory of [examples](https://github.com/vercel/turborepo/tree/main/examples)
- Want some inspiration? Take a look at our directory of [examples](https://github.com/vercel/turbo/tree/main/examples)
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/deploying-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Splitting up **dependencies** and **source files** in this way lets us **only ru

### Example

Our detailed [`with-docker` example](https://github.com/vercel/turborepo/tree/main/examples/with-docker) goes into depth on how to utilise `prune` to its full potential. Here's the Dockerfile, copied over for convenience.
Our detailed [`with-docker` example](https://github.com/vercel/turbo/tree/main/examples/with-docker) goes into depth on how to utilise `prune` to its full potential. Here's the Dockerfile, copied over for convenience.

```docker
FROM node:alpine AS builder
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/linting/eslint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ By adding `custom` to our `extends` array, we're telling ESLint to look for a pa

### Summary

This setup ships by default when you [create a new monorepo](/repo/docs/getting-started/create-new) with `npx create-turbo@latest`. You can also look at [our basic example](https://github.com/vercel/turborepo/tree/main/examples/basic) to see a working version.
This setup ships by default when you [create a new monorepo](/repo/docs/getting-started/create-new) with `npx create-turbo@latest`. You can also look at [our basic example](https://github.com/vercel/turbo/tree/main/examples/basic) to see a working version.

## Setting up a `lint` task

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/linting/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Then, they can **extend it inside their own `tsconfig.json`**:

### Summary

This setup ships by default when you [create a new monorepo](/repo/docs/getting-started/create-new) with `npx create-turbo@latest`. You can also look at [our basic example](https://github.com/vercel/turborepo/tree/main/examples/basic) to see a working version.
This setup ships by default when you [create a new monorepo](/repo/docs/getting-started/create-new) with `npx create-turbo@latest`. You can also look at [our basic example](https://github.com/vercel/turbo/tree/main/examples/basic) to see a working version.

## Running tasks

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Turborepo works out-of-the-box with monorepo tools like `npm`, `pnpm` and `yarn`

## Examples

You can also clone a Turborepo starter repository to get a head start on your monorepo. For even more examples and starters, see the [Turborepo examples directory on GitHub](https://github.com/vercel/turborepo/tree/main/examples).
You can also clone a Turborepo starter repository to get a head start on your monorepo. For even more examples and starters, see the [Turborepo examples directory on GitHub](https://github.com/vercel/turbo/tree/main/examples).

<ExamplesArea />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide aims to help you debug issues with your Turborepo builds and configur

- Are you properly bundling and transpiling the dependency before building the application?
- For example, libraries like `tsc`, `tsup`, `esbuild`, `babel`, and `swc` will convert newer JavaScript features back to “pure” JavaScript.
- If you are using Next.js, you might be using `next-transpile-modules`. Ensure you add the name of the dependency inside `next.config.js` ([example](https://github.com/vercel/turborepo/blob/main/examples/basic/apps/docs/next.config.js#L1)).
- If you are using Next.js, you might be using `next-transpile-modules`. Ensure you add the name of the dependency inside `next.config.js` ([example](https://github.com/vercel/turbo/blob/main/examples/basic/apps/docs/next.config.js#L1)).
- Have you listed `files` in the dependency's `package.json` to point to the correct files?

## My types are not being found
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/repo/docs/upgrading-to-v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Existing Turborepo customers should upgrade their `turbo` CLI to v1.x as soon as

**All existing Remote Cache artifacts will also be deleted at this time**.

Below is a step-by-step migration guide for existing Turborepo users. If you get stuck, please reach out in the community [Discord](https://turbo.build/discord) or file an issue on [GitHub](https://github.com/vercel/turborepo). Thank you again for your continued support as we begin this awesome new chapter of Turborepo together.
Below is a step-by-step migration guide for existing Turborepo users. If you get stuck, please reach out in the community [Discord](https://turbo.build/discord) or file an issue on [GitHub](https://github.com/vercel/turbo). Thank you again for your continued support as we begin this awesome new chapter of Turborepo together.

---

Expand Down Expand Up @@ -75,4 +75,4 @@ Follow the prompts and select the Vercel account (user or team) to wish to conne

### Getting Help

If you are having difficulty upgrading please file an issue on [GitHub](https://github.com/vercel/turborepo). If you are having difficulty with your remote caching on Vercel, please reach out in [Discord](https://turbo.build/discord).
If you are having difficulty upgrading please file an issue on [GitHub](https://github.com/vercel/turbo). If you are having difficulty with your remote caching on Vercel, please reach out in [Discord](https://turbo.build/discord).
2 changes: 1 addition & 1 deletion examples/design-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As well as a few others tools preconfigured:

## Using this example

Clone the design system example locally or [from GitHub](https://github.com/vercel/turborepo/tree/main/examples/design-system):
Clone the design system example locally or [from GitHub](https://github.com/vercel/turbo/tree/main/examples/design-system):

```bash
npx degit vercel/turborepo/examples/design-system design-system
Expand Down
4 changes: 2 additions & 2 deletions packages/create-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turborepo",
"url": "https://github.com/vercel/turbo",
"directory": "packages/create-turbo"
},
"bugs": {
"url": "https://github.com/vercel/turborepo/issues"
"url": "https://github.com/vercel/turbo/issues"
},
"bin": {
"create-turbo": "dist/index.js"
Expand Down
Loading

0 comments on commit 766c31b

Please sign in to comment.