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 <[email protected]> Co-authored-by: Lucille Hua <[email protected]>
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

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

+1-1
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 Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/go)
1010

1111
## Adding Go to your Project
1212

docs/app/docs/devbox_examples/languages/java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail
2828

2929
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/java/gradle/hello-world)
3030

31-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/java-gradle)
31+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/java-gradle)
3232

3333
Gradle is a popular, multi-language build tool that is commonly used with JVM projects. To setup an example project using Gradle, follow the instructions below:
3434

docs/app/docs/devbox_examples/languages/nodejs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Most NodeJS Projects will install their dependencies locally using NPM or Yarn,
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs)
1010

1111
## Adding NodeJS to your Shell
1212

@@ -41,13 +41,13 @@ To disable Corepack, remove the `DEVBOX_COREPACK_ENABLED` variable from your dev
4141

4242
[**Example Repo**](https://github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-yarn)
4343

44-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs-yarn)
44+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs-yarn)
4545

4646
### pnpm
4747

4848
[**Example Repo**](https://github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-pnpm)
4949

50-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs-pnpm)
50+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs-pnpm)
5151

5252
## Installing Global Packages
5353

docs/app/docs/devbox_examples/languages/php.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP projects can manage most of their dependencies locally with `composer`. Some
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/php)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/php)
1010

1111
## Adding PHP to your Project
1212

docs/app/docs/devbox_examples/languages/python.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This will install Python 3.10 in your shell. You can find other versions of Pyth
2222

2323
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/pip)
2424

25-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-pip)
25+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-pip)
2626

2727
[pip](https://pip.pypa.io/en/stable/) is the standard package manager for Python. Since it installs python packages globally, we strongly recommend using a virtual environment.
2828

@@ -82,7 +82,7 @@ If you need to install a specific version of Pip, you can run `devbox add python
8282

8383
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/pipenv)
8484

85-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-pipenv)
85+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-pipenv)
8686

8787
[pipenv](https://pipenv.pypa.io/en/latest/) is a tool that will automatically set up a virtual environment for installing your PyPi packages.
8888

@@ -106,7 +106,7 @@ This init_hook will automatically start your virtualenv when you run `devbox she
106106

107107
[**Example Link**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/poetry/poetry-demo)
108108

109-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-poetry)
109+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-poetry)
110110

111111
[Poetry](https://python-poetry.org/) is a packaging and dependency manager for Python that helps you manage your Python packages, and can automatically create a virtual environment for your project.
112112

docs/app/docs/devbox_examples/languages/ruby.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Ruby
44

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

7-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/ruby)
7+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/ruby)
88

99
Ruby can be automatically configured by Devbox via the built-in Ruby Plugin. This plugin will activate automatically when you install Ruby 2.7 using `devbox add ruby`.
1010

docs/app/docs/devbox_examples/languages/rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The easiest way to manage Rust with Devbox is to install `rustup`, and then conf
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/rust)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/rust)
1010

1111
```json
1212
{

docs/app/docs/devbox_examples/languages/zig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Zig projects can be run in Devbox by adding Zig and Nimble to your project.
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/zig)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/zig)
1010

1111
## Adding Zig to your Project
1212

docs/app/docs/devbox_examples/servers/apache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Apache can be automatically configured by Devbox via the built-in Apache Plugin.
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/apache)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/apache)
1010

1111
### Adding Apache to your Shell
1212

docs/app/docs/devbox_examples/servers/caddy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Caddy can be configured automatically using Devbox's built in Caddy plugin. This
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/caddy)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/caddy)
1010

1111
### Adding Caddy to your Shell
1212

docs/app/docs/devbox_examples/servers/nginx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NGINX can be automatically configured by Devbox via the built-in NGINX Plugin. T
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nginx)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nginx)
1010

1111
## Adding NGINX to your Shell
1212

docs/app/docs/devbox_examples/stacks/django.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example demonstrates how to configure and run a Django app using Devbox. It
44

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

7-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/django)
7+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/django)
88

99
## How to Use
1010

docs/app/docs/devbox_examples/stacks/drupal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to run a Drupal application in Devbox. It makes use of th
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/drupal)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/drupal)
1010

1111
## How to Run
1212

docs/app/docs/devbox_examples/stacks/jekyll.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how to create and run a Jekyll blog in Devbox. It make
66

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

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/jekyll)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/jekyll)
1010

1111
Inspired by [](https://litchipi.github.io/nix/2023/01/12/build-jekyll-blog-with-nix.html)
1212

docs/app/docs/devbox_examples/stacks/lapp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to build a simple application using Apache, PHP, and Post
66

77
[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/lapp-stack)
88

9-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/lapp-stack)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/lapp-stack)
1010

1111
## How to Run
1212

docs/app/docs/devbox_examples/stacks/laravel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example shows how to build a simple Laravel application backed by MariaDB a
88

99
[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/laravel)
1010

11-
[![Open In Devspace](/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/laravel)
11+
[![Open In Devspace](/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/laravel)
1212

1313
## How to Run
1414

docs/app/docs/devbox_examples/stacks/lepp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An example Devbox shell for NGINX, Postgres, and PHP. This example uses Devbox P
77

88
[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/lepp-stack)
99

10-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/lepp-stack)
10+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/lepp-stack)
1111

1212
## How to Run
1313

docs/app/docs/devbox_examples/stacks/rails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example demonstrates how to setup a simple Rails application. It makes use
77

88
[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/rails)
99

10-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/rails)
10+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/rails)
1111

1212
## How To Run
1313

docs/translation/README-ko-KR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내
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-com/devspace)
2020

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

docs/translation/README-zh-CN.md

+1-1
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-com/devspace)
2222

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

examples/cloud_development/maelstrom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maelstrom
22

3-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/maelstrom)
3+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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 Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/bun)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/bun)
88

99
## Add Bun to your Project
1010

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

+1-1
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 Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/dotnet)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/dotnet)
88

99
## Adding .NET to your project
1010

examples/development/elixir/elixir_hello/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Basic Elixir project using Mix in Devbox.
44

5-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/elixir)
5+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/elixir)
66

77
## Configuration
88

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ F# 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/fsharp)
66

7-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/fsharp)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/fsharp)
88

99
## Adding .NET to your project
1010

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p
44

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

7-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/go)
88

99
## Adding Go to your Project
1010

examples/development/java/gradle/hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail
2626

2727
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/java/gradle/hello-world)
2828

29-
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/java-gradle)
29+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/java-gradle)
3030

3131
Gradle is a popular, multi-language build tool that is commonly used with JVM projects. To setup an example project using Gradle, follow the instructions below:
3232

0 commit comments

Comments
 (0)