Skip to content

Commit 6a50e59

Browse files
authored
fix: update Turborepo schema URLs to use the correct domain (#1371)
1 parent dcf9c00 commit 6a50e59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1313

1414
# You can leverage Vercel Remote Caching with Turbo to speed up your builds
15-
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
15+
# @link https://turborepo.com/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
1616
env:
1717
FORCE_COLOR: 3
1818
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo
2727

2828
Ever wondered how to migrate your T3 application into a monorepo? Stop right here! This is the perfect starter repo to get you running with the perfect stack!
2929

30-
It uses [Turborepo](https://turborepo.org) and contains:
30+
It uses [Turborepo](https://turborepo.com) and contains:
3131

3232
```text
3333
.github

apps/expo/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turborepo.org/schema.json",
2+
"$schema": "https://turborepo.com/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"dev": {

apps/nextjs/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turborepo.org/schema.json",
2+
"$schema": "https://turborepo.com/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"build": {

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turborepo.org/schema.json",
2+
"$schema": "https://turborepo.com/schema.json",
33
"ui": "tui",
44
"tasks": {
55
"topo": {

0 commit comments

Comments
 (0)