Skip to content

Commit 2b5fe67

Browse files
authored
Update references to renamed GitHub App (#6716)
In preparation for renaming the existing GitHub App, this change fixes its URL.
1 parent 1db0af4 commit 2b5fe67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/homepage/content/articles/codesandbox-ci-embeds/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ like React, Babel, Framer, Material UI, and others. And it's proving to be a
3939
real time-saver.
4040

4141
**Try it out for yourself by
42-
[installing the GitHub app](https://github.com/apps/codesandbox)**.
42+
[installing the GitHub app](https://github.com/apps/codesandbox-ci)**.
4343

4444
https://twitter.com/mattgperry/status/1181863225756934144
4545

@@ -92,7 +92,7 @@ maintainers new ways to reduce their support overhead and get more done.
9292
Available now, CodeSandbox CI makes it possible to test fixes without the need
9393
to clone, install, and check things locally. There’s more info about how to
9494
configure CodeSandbox CI in [our docs](/docs/ci), and you can get started by
95-
[installing the GitHub app](https://github.com/apps/codesandbox).
95+
[installing the GitHub app](https://github.com/apps/codesandbox-ci).
9696

9797
## Thanks
9898

packages/homepage/content/docs/8-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description:
88

99
## What is CodeSandbox CI?
1010

11-
CodeSandbox CI is a [GitHub app](https://github.com/apps/codesandbox) that you
11+
CodeSandbox CI is a [GitHub app](https://github.com/apps/codesandbox-ci) that you
1212
can install in your repository. The app is responsible for building your
1313
library. Whenever a Pull Request is opened it builds a version of the library
1414
from that PR. This is published to our registry, so you can immediately test the
@@ -35,7 +35,7 @@ A typical workflow might look like this:
3535
## How do I set this up?
3636

3737
For most libraries, the only thing you need to do is install this
38-
[GitHub App](https://github.com/apps/codesandbox). In some cases you might need
38+
[GitHub App](https://github.com/apps/codesandbox-ci). In some cases you might need
3939
to do some configuration, an example of this is for monorepos. You can configure
4040
your library by creating a file called `ci.json` in a folder called
4141
`.codesandbox` (`.codesandbox/ci.json`) in the root of your repo. An example PR

packages/homepage/content/features/ci/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
A GitHub integration that auto-builds your library⁠ from pull requests.
55
slug: ci
66
ctaText: Install GitHub App
7-
ctaLink: https://github.com/apps/codesandbox
7+
ctaLink: https://github.com/apps/codesandbox-ci
88
tweetText:
99
This is going to save us so much time, and as a result I've just made a
1010
CodeSandbox reproduction mandatory for bug reports.

0 commit comments

Comments
 (0)