Skip to content

Commit 1754bc0

Browse files
authored
fix: correct links to old template build (#45)
1 parent 7615f48 commit 1754bc0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "E2B CLI"
33
sidebarTitle: Installation
44
---
55

6-
E2B CLI is a command line tool that allows you to list, kill running sandboxes, and manage [sandbox templates](/docs/sandbox-template).
6+
E2B CLI is a command line tool that allows you to list, kill running sandboxes, and manage [sandbox templates](/docs/template/quickstart).
77

88
## Installation
99

@@ -33,4 +33,4 @@ The latest beta version of the CLI can be installed from NPM using the following
3333
```bash Terminal
3434
npm i -g @e2b/cli@beta
3535
```
36-
</CodeGroup>
36+
</CodeGroup>

docs/code-interpreting/supported-languages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Out of the box E2B Sandbox supports:
1313
- [Bash](/docs/code-interpreting/supported-languages/bash)
1414

1515
<Note>
16-
You can use any custom language runtime by creating a [custom sandbox template](/docs/sandbox-template).
16+
You can use any custom language runtime by creating a [custom sandbox template](/docs/template/quickstart).
1717
</Note>

docs/quickstart/upload-download-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Upload & downloads files"
44

55
E2B Sandbox allows you to upload and downloads file to and from the Sandbox.
66

7-
An alternative way to get your data to the sandbox is to create a [custom sandbox template](/docs/sandbox-template).
7+
An alternative way to get your data to the sandbox is to create a [custom sandbox template](/docs/template/quickstart).
88

99

1010
## Upload file

docs/sandbox/connect-bucket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebarTitle: Connecting storage bucket
55

66
To connect a bucket for storing data from the sandbox, we will use the FUSE file system to mount the bucket to the sandbox.
77

8-
You will need to create a custom sandbox template with the FUSE file system installed. The guide for building a custom sandbox template can be found [here](/docs/sandbox-template).
8+
You will need to create a custom sandbox template with the FUSE file system installed. The guide for building a custom sandbox template can be found [here](/docs/template/quickstart).
99

1010
## Google Cloud Storage
1111
### Prerequisites

0 commit comments

Comments
 (0)