Skip to content

Commit

Permalink
fix: update URLs with wrong structure (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelima18 authored Apr 5, 2024
1 parent c9c3304 commit 316693c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/access/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VMs used to run public Devboxes will be charged to the workspace that owns the D
If you want to share a Devbox publicly, consider turning it into a template. That way, the runtime of the VMs used to run the code and/or the preview won't be charged to your workspace.


Default privacy settings for Devboxes and Sandboxes can be set in the workspace portal in the [permissions tab](/t/permissions)
Default privacy settings for Devboxes and Sandboxes can be set in the workspace portal in the [permissions tab](https://codesandbox.io/t/permissions)
![permissions](../images/permissions.png)


Expand Down
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/ai/codeium.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Codeium is an incredible AI-powered developer toolkit. Their code completion too
Codeium code completion is now available for free to every CodeSandbox user on [Devboxes](https://codesandbox.io/d/), [Sandboxes](https://codesandbox.io/s/) and [repositories](https://codesandbox.io/dashboard/recent?import_repo=true)

If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
Note that we enable AI permission toggles by default on free workspaces. If you do not have have access to Codeium, visit the [workspace portal](/t/permissions) and enable the AI settings
Note that we enable AI permission toggles by default on free workspaces. If you do not have have access to Codeium, visit the [workspace portal](https://codesandbox.io/t/permissions) and enable the AI settings

## Settings and configuration

Expand Down
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/environment/vm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Callout } from 'nextra-theme-docs'

# Environment

CodeSandbox repositories and Devboxes run on [virtual machines](https://codesandbox.io/blog/how-we-clone-a-running-vm-in-2-seconds). Each branch and Devbox gets its own virtual machine (VM). The size of the VM depends on the settings configured in the [workspace portal](/t/vm_settings).
CodeSandbox repositories and Devboxes run on [virtual machines](https://codesandbox.io/blog/how-we-clone-a-running-vm-in-2-seconds). Each branch and Devbox gets its own virtual machine (VM). The size of the VM depends on the settings configured in the [workspace portal](https://codesandbox.io/t/vm_settings).
VM resource consist of vCPU, RAM and memory. The vCPU and RAM specs are grouped in VM tiers of various sizes. However, the memory is set according to the subscription.

| VM size | CPU | RAM |
Expand Down

0 comments on commit 316693c

Please sign in to comment.