From 766c31b53d0335170c6cd9653356d8f561795e48 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Mon, 24 Oct 2022 23:38:28 -0700 Subject: [PATCH] fix: update GitHub links (#279) Co-authored-by: Mehul Kar --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/pr-turbopack-bench.yml | 2 +- buildcontainer/Makefile | 2 +- .../npm-native-packages/template/README.md | 2 +- .../template/template.package.json | 4 ++-- docs/components/ExamplesArea.tsx | 8 +++---- docs/components/Footer.tsx | 2 +- docs/components/pages/showcase.tsx | 2 +- docs/next.config.js | 2 +- docs/pages/blog/turbo-1-2-0.mdx | 2 +- docs/pages/blog/turbo-1-3-0.mdx | 4 ++-- docs/pages/blog/turbo-1-4-0.mdx | 22 +++++++++---------- docs/pages/blog/turbo-1-5-0.mdx | 2 +- docs/pages/repo/docs/_meta.json | 2 +- docs/pages/repo/docs/acknowledgements.mdx | 2 +- .../docs/core-concepts/remote-caching.mdx | 2 +- docs/pages/repo/docs/core-concepts/scopes.mdx | 2 +- docs/pages/repo/docs/faq.mdx | 2 +- .../repo/docs/getting-started/create-new.mdx | 6 ++--- .../docs/handbook/deploying-with-docker.mdx | 2 +- .../repo/docs/handbook/linting/eslint.mdx | 2 +- .../repo/docs/handbook/linting/typescript.mdx | 2 +- docs/pages/repo/docs/index.mdx | 2 +- docs/pages/repo/docs/troubleshooting.mdx | 2 +- docs/pages/repo/docs/upgrading-to-v1.mdx | 4 ++-- examples/design-system/README.md | 2 +- packages/create-turbo/package.json | 4 ++-- packages/eslint-config-turbo/package.json | 4 ++-- .../lib/rules/no-undeclared-env-vars.ts | 2 +- packages/eslint-plugin-turbo/package.json | 4 ++-- packages/tsconfig/README.md | 2 +- packages/turbo-codemod/package.json | 4 ++-- packages/turbo-ignore/package.json | 4 ++-- packages/turbo-utils/README.md | 2 +- packages/turbo-utils/package.json | 4 ++-- packages/turbo/package.json | 4 ++-- 36 files changed, 61 insertions(+), 61 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4fb3c8ee8cece..dd0aaa0457580 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/workflows/pr-turbopack-bench.yml b/.github/workflows/pr-turbopack-bench.yml index 824b9fb2e8027..42baece928d97 100644 --- a/.github/workflows/pr-turbopack-bench.yml +++ b/.github/workflows/pr-turbopack-bench.yml @@ -31,7 +31,7 @@ jobs: uses: ouzi-dev/commit-status-updater@v1.0.4 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 diff --git a/buildcontainer/Makefile b/buildcontainer/Makefile index e3bd0c5c18345..391465f82835b 100644 --- a/buildcontainer/Makefile +++ b/buildcontainer/Makefile @@ -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) diff --git a/cli/scripts/npm-native-packages/template/README.md b/cli/scripts/npm-native-packages/template/README.md index 27416bc7b03fd..fcbd4c079db81 100644 --- a/cli/scripts/npm-native-packages/template/README.md +++ b/cli/scripts/npm-native-packages/template/README.md @@ -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. diff --git a/cli/scripts/npm-native-packages/template/template.package.json b/cli/scripts/npm-native-packages/template/template.package.json index c8b07af6efd14..ad15711ecf2df 100644 --- a/cli/scripts/npm-native-packages/template/template.package.json +++ b/cli/scripts/npm-native-packages/template/template.package.json @@ -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}}"], diff --git a/docs/components/ExamplesArea.tsx b/docs/components/ExamplesArea.tsx index fb8fc678c2d40..e084664d4d5a7 100644 --- a/docs/components/ExamplesArea.tsx +++ b/docs/components/ExamplesArea.tsx @@ -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" > { "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" > { "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" > { "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" > ); diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 8c44386e9bbe3..e5939df706c6c 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -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" }, diff --git a/docs/components/pages/showcase.tsx b/docs/components/pages/showcase.tsx index 5b96c0af4ee1d..62c8f50ab687b 100644 --- a/docs/components/pages/showcase.tsx +++ b/docs/components/pages/showcase.tsx @@ -32,7 +32,7 @@ export default function Showcase() {