Skip to content

Commit a84fc23

Browse files
committed
Fix Broken Links
1 parent 2df106f commit a84fc23

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/app/docs/cloud/sandboxes/quickstart.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44
hide_title: false
55
---
66

7-
Jetify Cloudboxes let you spin up reproducible cloud development environments in your browser in seconds. Jetify Cloudboxes are powered by [Devbox](../../index), so you can run your environment on any machine. You can launch any
7+
Jetify Cloudboxes let you spin up reproducible cloud development environments in your browser in seconds. Jetify Cloudboxes are powered by [Devbox](../../../), so you can run your environment on any machine. You can launch any
88

99
Let's launch our first Dev Environment with Jetify Cloudboxes.
1010

@@ -21,7 +21,7 @@ For example, to launch the [Devbox repo](https://github.com/jetify-com/devbox) i
2121
[https://cloud.jetify.com/new/github.com/jetify-com/devbox](https://cloud.jetify.com/new/github.com/jetify-com/devbox)
2222

2323
:::tip
24-
If you need some inspiration, you can also launch one of our [template](google.com) projects to get started
24+
If you need some inspiration, you can also launch one of our [templates](../../../devbox_examples) projects to get started
2525
:::
2626

2727
You can also launch a new Sandbox by navigating to your [Dashboard](https://cloud.jetify.com/dashboard) and clicking on the `New Sandbox` button.
@@ -50,19 +50,19 @@ devbox add [email protected]
5050

5151
You can find packages to install using `devbox search <package>`, or by searching in your browser with [Nixhub](https://www.nixhub.io)
5252

53-
Packages you install will be added to your `devbox.json` file. You can also use this `devbox.json` file configure your environment with [scripts](../../guides/scripts), [services](../../guides/sevices), and more
53+
Packages you install will be added to your `devbox.json` file. You can also use this `devbox.json` file configure your environment with [scripts](../../../guides/scripts), [services](../../../guides/services), and more
5454

5555
For further reading on how to install packages with Devbox, see:
5656

57-
* [Devbox Quickstart](../../quickstart)
58-
* [Devbox CLI Reference](../../cli_reference/devbox)
57+
* [Devbox Quickstart](../../../quickstart)
58+
* [Devbox CLI Reference](../../../cli_reference/devbox)
5959

6060
## Step 3: Save your Dev Environment with `devbox.json`
6161

6262
Once you've customized your environment, you can save your Dev Environment config to source control by checking in your `devbox.json` and `devbox.lock` files. These files can be used to recreate your environment on Jetify Cloudboxes, or on any other machine that has devbox installed.
6363

6464
You can also use this file to configure initilization hooks, scripts, services, and environment variables for your project. For further reading, see:
6565

66-
* [Devbox Configuration Reference](../../configuration.md)
67-
* [Devbox Script](../../guides/scripts)
68-
* [Devbox Services](../../guide/services)
66+
* [Devbox Configuration Reference](../../../configuration)
67+
* [Devbox Script](../../../guides/scripts)
68+
* [Devbox Services](../../../guides/services)

docs/app/docs/cloud/sandboxes/start_a_sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ https://cloud.jetify.com/new/
1818

1919
You can also start a Sandbox from a template project by navigating to the [Jetify Dashboard](https://cloud.jetify.com/dashboard) and clicking on the `New Sandbox` button.
2020

21-
A full list of available templates and projects can be found in the [Devbox Examples](../../devbox_examples/) page of our documentation.
21+
A full list of available templates and projects can be found in the [Devbox Examples](../../../devbox_examples/) page of our documentation.

docs/app/docs/cloud/sandboxes/team_sandboxes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_position: 4
44
hide_title: false
55
---
66

7-
[Jetify Projects](../dashboard/projects) are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Cloudboxes and users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
7+
**Jetify Projects** are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Cloudboxes and users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
88

99
## Creating a Project
1010

1111
To create a project:
1212

13-
1. Navigate to the [Projects](../dashboard/projects) tab in the Jetify Dashboard
13+
1. Navigate to the **Projects** tab in the Jetify Dashboard
1414
2. Click on the `Create New` button on the top right corner of the page
1515
3. In the modal that appears, give the project a name, and then click "Create Project"
1616
4. In the new project, navigate to the Settings tab, and then click "Connect with Github" to connect the project to a Github repository
@@ -30,4 +30,4 @@ To add a secret to a project:
3030

3131
Jetify will automatically add the secrets to any Cloudbox that is launched in the project. Note that if a Cloudbox is currently running when you add a secret, you will need to restart it to access the new secret.
3232

33-
For more information on managing secrets, see the [Jetify Secrets](../secrets) guide.
33+
For more information on managing secrets, see the [Jetify Secrets](../../secrets) guide.

0 commit comments

Comments
 (0)