Skip to content

Commit 1ec15d9

Browse files
LagojaLucilleH
andauthored
update-links (#2351)
## Summary Update links to use `auth.jetify.com` ## How was it tested? Validated that links worked + `devbox run build` --------- Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com> Co-authored-by: Lucille Hua <lucille.hua@jetpack.io>
1 parent ec8aa70 commit 1ec15d9

File tree

55 files changed

+60
-60
lines changed

Some content is hidden

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

55 files changed

+60
-60
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Devbox was originally developed by [Jetify](https://www.jetify.com) and is inter
2222

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

25-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/tutorial)
25+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
44

5-
You can also test and contribute to our docs online using Devbox Cloud!
5+
You can also test and contribute to our docs online using Jetify Devspace!
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_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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mariadb)
8+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mysql)
8+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/postgres)
8+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/redis)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/valkey)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/csharp)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/elixir/)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/fsharp)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/fsharp)
1010

1111
## Adding .NET to your project
1212

0 commit comments

Comments
 (0)