Skip to content

Commit 5c0b1c3

Browse files
committed
update links
1 parent 2721178 commit 5c0b1c3

File tree

54 files changed

+63
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+63
-71
lines changed

docs/app/docs/devbox_cloud/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Devbox.sh provides a sandboxed playground environment for you to learn how Devbo
1616

1717
You can launch a new playground from your browser by visiting [devbox.sh](https://devbox.sh), or click the button below to launch a quickstart shell:
1818

19-
[![Open in Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
19+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
2020

2121
Each Devbox playground comes with the Devbox CLI, Nix, and several common packages preinstalled, so you can easily run projects that include a `devbox.json`
2222

@@ -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-devbox.svg)](https://devbox.sh/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-devbox.svg)](https://devbox.sh/{path_to_repo})
7676
```
7777

7878
## More Info

docs/app/docs/devbox_examples/databases/mariadb.md

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

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

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

1010
## Adding MariaDB to your Shell
1111

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](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mysql)
99

1010
## Adding MySQL to your Shell
1111

docs/app/docs/devbox_examples/databases/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PostgreSQL can be automatically configured by Devbox via the built-in Postgres P
55

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

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

1010
## Adding Postgres to your Shell
1111

docs/app/docs/devbox_examples/databases/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Redis can be configured automatically using Devbox's built in Redis plugin. This
66

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

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

1111
## Adding Redis to your shell
1212

docs/app/docs/devbox_examples/databases/valkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Valkey can be configured automatically using Devbox's built in Valkey plugin. Th
66

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

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

1111
## Adding Valkey to your shell
1212

docs/app/docs/devbox_examples/languages/csharp.md

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

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

9-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/csharp)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/csharp)
1010

1111
## Adding .NET to your project
1212

docs/app/docs/devbox_examples/languages/elixir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Elixir can be configured to install Hex and Rebar dependencies in a local direct
66

77
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/elixir/elixir_hello)
88

9-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/elixir/elixer_hello)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/elixir/)
1010

1111
## Adding Elixir to your project
1212

docs/app/docs/devbox_examples/languages/fsharp.md

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

77
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/fsharp)
88

9-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/fsharp)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/fsharp)
1010

1111
## Adding .NET to your project
1212

docs/app/docs/devbox_examples/languages/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p
66

77
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/go/hello-world)
88

9-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/go)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)
1010

1111
## Adding Go to your Project
1212

0 commit comments

Comments
 (0)