Skip to content

Commit cc9bafe

Browse files
committed
Update links
1 parent 2721178 commit cc9bafe

File tree

32 files changed

+42
-52
lines changed

32 files changed

+42
-52
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
In practice, Devbox works similar to a package manager like `yarn` – except the packages it manages are at the operating-system level (the sort of thing you would normally install with `brew` or `apt-get`). With Devbox, you can install over [400,000 package versions](https://www.nixhub.io) from the Nix Package Registry
1818

19-
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
19+
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
2020

2121
## Demo
2222

2323
You can try out Devbox in your browser using the button below:
2424

25-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
25+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2626

2727
The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine:
2828

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
44

55
You can also test and contribute to our docs online using Devbox Cloud!
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox?folder=docs/app)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=docs/app)
88

99
## Installation
1010

docs/app/docs/devbox_cloud/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Click on the `Open in Desktop` button on the top right corner, which will open u
6767

6868
If your project uses Devbox, you can make it easy for developers to test your project in a Devbox playground by adding the `Open in Devbox.sh` badge to your repo
6969

70-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox)
70+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox)
7171

7272
Add the following code to your README.md:
7373

7474
```md
75-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/{path_to_repo})
75+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/{path_to_repo})
7676
```
7777

7878
## More Info

docs/app/docs/devbox_examples/databases/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MySQL can be automatically configured for your dev environment by Devbox via the
55

66
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/databases/mysql)
77

8-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://devbox.sh/github.com/jetify-com/devbox/?folder=examples/databases/mysql)
8+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/?folder=examples/databases/mysql)
99

1010
## Adding MySQL to your Shell
1111

docs/app/sidebars.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ const sidebars = {
3939
type: "doc",
4040
id: "devbox_global",
4141
},
42-
{
43-
type: "doc",
44-
id: "devbox_cloud/index",
45-
},
4642
],
4743
},
4844
{
@@ -112,10 +108,6 @@ const sidebars = {
112108
type: "doc",
113109
id: "configuration",
114110
},
115-
{
116-
type: "doc",
117-
id: "devbox_cloud/beta_faq",
118-
},
119111
{
120112
type: "category",
121113
label: "IDE Reference",
@@ -188,9 +180,7 @@ const sidebars = {
188180
},
189181
],
190182
},
191-
{type: "doc",
192-
id: "faq",
193-
},
183+
{ type: "doc", id: "faq" },
194184
],
195185

196186
apiSidebar: [

docs/translation/README-ko-KR.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
## 무엇인가요?
88

9-
[Devbox](https://www.jetify.com/devbox/)는 개발을 위한 격리된 셸을 쉽게 만들 수 있는 명령줄 도구 (command-line tool) 입니다. 개발 환경에 필요한 패키지 목록을 정의하는 것으로 시작하면 Devbox가 해당 정의를 사용하여 애플리케이션 전용 격리 환경을 생성합니다.
9+
[Devbox](https://www.jetify.com/devbox/)는 개발을 위한 격리된 셸을 쉽게 만들 수 있는 명령줄 도구 (command-line tool) 입니다. 개발 환경에 필요한 패키지 목록을 정의하는 것으로 시작하면 Devbox가 해당 정의를 사용하여 애플리케이션 전용 격리 환경을 생성합니다.
1010

11-
실제로 Devbox는 `yarn`과 같은 패키지 관리자와 유사하게 작동하지만, 관리하는 패키지가 운영 체제 수준(일반적으로 `brew` 또는 `apt-get`으로 설치하는 것과 같은 종류)에 있다는 점이 다릅니다. Devbox를 사용하면 Nix 패키지 레지스트리에서 [400,000개 이상의 패키지 버전](https://www.nixhub.io)을 설치할 수 있습니다.
11+
실제로 Devbox는 `yarn`과 같은 패키지 관리자와 유사하게 작동하지만, 관리하는 패키지가 운영 체제 수준(일반적으로 `brew` 또는 `apt-get`으로 설치하는 것과 같은 종류)에 있다는 점이 다릅니다. Devbox를 사용하면 Nix 패키지 레지스트리에서 [400,000개 이상의 패키지 버전](https://www.nixhub.io)을 설치할 수 있습니다.
1212

13-
Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내부적으로 `nix`로 구동됩니다.
13+
Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내부적으로 `nix`로 구동됩니다.
1414

1515
## 데모
1616

1717
아래 버튼을 사용하여 브라우저에서 Devbox를 사용해 볼 수 있습니다:
1818

19-
[![Devbox.sh에서 열기](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
19+
[![Devspace에서 열기](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2020

2121
아래 예제는 기본 머신에 해당 패키지가 설치되어 있지 않더라도 `python 2.7``go 1.18`로 개발 환경을 생성합니다:
2222

@@ -131,11 +131,11 @@ Devbox의 개발 환경은 *이동성*이 있습니다. 환경을 정확히 한
131131

132132
+ [Jetify 디스코드 서버](https://discord.gg/jetify)에 가입하여 이야기를 나누어보세요. – 이 프로젝트 전용 #devbox 채널이 있습니다.
133133
+ [Github Issues](https://github.com/jetify-com/devbox/issues)를 사용하여 버그 리포트 및 기능 요청을 제출하세요.
134-
+ [Jetify's Twitter](https://twitter.com/jetify_com)를 팔로우하여 제품 업데이트를 확인하세요.
134+
+ [Jetify's Twitter](https://twitter.com/jetify_com)를 팔로우하여 제품 업데이트를 확인하세요.
135135

136136
## 기여하기
137137

138-
Devbox는 오픈소스 프로젝트이므로 언제든지 기여를 환영합니다. 풀 리퀘스트를 제출하기 전에 [기여 가이드](../../CONTRIBUTING.md)를 읽어주세요.
138+
Devbox는 오픈소스 프로젝트이므로 언제든지 기여를 환영합니다. 풀 리퀘스트를 제출하기 전에 [기여 가이드](../../CONTRIBUTING.md)를 읽어주세요.
139139

140140
[Devbox 개발을 위한 README.md](../../devbox.md)
141141

docs/translation/README-zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Devbox最初由 [Jetify](https://www.jetify.com) 进行开发,其内部由 `ni
1818

1919
你可以点击下面的按钮在浏览器中试用 Devbox:
2020

21-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
21+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2222

2323
下面的例子创建了一个带有 `python 2.7``go 1.18` 的开发环境,尽管这些包并没有在底层机器中被安装。
2424

@@ -82,7 +82,7 @@ Devbox 的开发环境是*可移植的*。我们使您能够只声明一次环
8282
```
8383

8484
[Nixhub.io](https://www.nixhub.io) 上搜索更多软件包。
85-
85+
8686
4. 你的 `devbox.json` 文件记录了你所添加的软件包,它现在应该看起来是这样的:
8787

8888
```json

examples/cloud_development/maelstrom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maelstrom
22

3-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox-examples?folder=cloud_development/maelstrom)
3+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox-examples?folder=cloud_development/maelstrom)
44

55
A Devbox for running [Maelstrom](https://github.com/jepsen-io/maelstrom) Tests. Maelstrom is a testing library for toy distributed systems built by @aphyr, useful for learning the basics and principals of building distributed systems
66

examples/development/bun/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Bun projects can be run in Devbox by adding the Bun runtime + package manager to
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/bun)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/bun)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/bun)
88

99
## Add Bun to your Project
1010

1111
```bash
1212
devbox add bun@latest
1313
```
1414

15-
You can see which versions of `bun` are available using:
15+
You can see which versions of `bun` are available using:
1616

1717
```bash
1818
devbox search bun
1919
```
2020

21-
To update bun to the latest version:
21+
To update bun to the latest version:
2222

2323
```bash
2424
devbox update bun

examples/development/csharp/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ C# and .NET projects can be easily generated in Devbox by adding the dotnet SDK
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/csharp)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/dotnet)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/dotnet/hello-world)
88

99
## Adding .NET to your project
1010

0 commit comments

Comments
 (0)