Skip to content

Commit 8abbd14

Browse files
committed
catch missing ones
1 parent d31502d commit 8abbd14

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/mariadb)
8+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mariadb)
99

1010
## Adding MariaDB 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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/postgres)
8+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/redis)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/valkey)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/valkey)
1010

1111
## Adding Valkey to your shell
1212

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

Lines changed: 2 additions & 2 deletions
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://cloud.jetify.com/new/templates/java-gradle)
31+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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

@@ -81,7 +81,7 @@ An example `devbox.json` would look like the following:
8181

8282
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/java/maven/hello-world)
8383

84-
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/templates/java-maven)
84+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/new/templates/java-maven)
8585

8686
Maven is an all-in-one CI-CD tool for building testing and deploying Java projects. To setup a sample project with Java and Maven in devbox follow the steps below:
8787

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

Lines changed: 2 additions & 2 deletions
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://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/nodejs)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs)
1010

1111
## Adding NodeJS to your Shell
1212

@@ -41,7 +41,7 @@ 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://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/nodejs/nodejs-yarn)
44+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs-yarn)
4545

4646
### pnpm
4747

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

Lines changed: 1 addition & 1 deletion
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://cloud.jetify.com/new/github.com/jetify-com/devbox?examples/development/php/latest)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/php)
1010

1111
## Adding PHP to your Project
1212

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

Lines changed: 1 addition & 1 deletion
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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/apache)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/apache)
1010

1111
### Adding Apache to your Shell
1212

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

Lines changed: 1 addition & 1 deletion
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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/caddy)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/caddy)
1010

1111
### Adding Caddy to your Shell
1212

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

Lines changed: 1 addition & 1 deletion
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://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/nginx)
9+
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nginx)
1010

1111
## Adding NGINX to your Shell
1212

0 commit comments

Comments
 (0)