Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/docs/contributor-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Devbox requires the [Nix Package Manager](https://nixos.org/download.html). If N

### Use Devbox with your IDE
* **[Direnv Integration](ide_configuration/direnv.md):** Devbox can integrate with [direnv](https://direnv.net/) to automatically activate your shell and packages when you navigate to your project.
* **[Devbox for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=jetify-com.devbox):** Install our VS Code extension to speed up common Devbox workflows or to use Devbox in a devcontainer.
* **[Devbox for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox):** Install our VS Code extension to speed up common Devbox workflows or to use Devbox in a devcontainer.

### Get Involved
* **[Join our Discord Community](https://discord.gg/jetify):** Chat with the development team and our growing community of Devbox users.
Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_global.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Your global `devbox.json` and any other files in the Git remote will be stored i
### Use Devbox with your IDE

* **[Direnv Integration](ide_configuration/direnv.md):** Devbox can integrate with [direnv](https://direnv.net/) to automatically activate your shell and packages when you navigate to your project.
* **[Devbox for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=jetify-com.devbox):** Install our VS Code extension to speed up common Devbox workflows or to use Devbox in a devcontainer.
* **[Devbox for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox):** Install our VS Code extension to speed up common Devbox workflows or to use Devbox in a devcontainer.

### Get Involved

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/guides/creating_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before writing a plugin, we recommend reading the [User Documentation](https://w

If you're looking for plugin ideas, check out our [Issues page](https://github.com/jetify-com/devbox/issues?q=is%3Aissue+is%3Aopen+label%3A%22plugin+request%22) for any user requests.

Before contributing, please consult our [Contributing Guide](https://github.com/jetify-com/devbox/CONTRIBUTING.md) and [Code of Conduct](https://github.com/jetify-com/devbox/CODE_OF_CONDUCT.md) for details on how to contribute to Devbox.
Before contributing, please consult our [Contributing Guide](https://github.com/jetify-com/devbox/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/jetify-com/devbox/blob/main/CODE_OF_CONDUCT.md) for details on how to contribute to Devbox.

## Creating a Plugin

Expand Down
6 changes: 3 additions & 3 deletions docs/app/docs/installing_devbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ curl -fsSL https://get.jetify.com/devbox | bash

Devbox requires the [Nix Package Manager](https://nixos.org/download.html). If Nix is not detected when running a command, Devbox will install it for you in single-user mode for Linux. Don't worry: You can use Devbox without needing to learn the Nix Language.

If you would like to install Nix yourself, we recommend the [Determinate Nix Installer](https://determinate.systems/posts/determinate-nix-installer).
If you would like to install Nix yourself, we recommend the [Determinate Nix Installer](https://determinate.systems/posts/determinate-nix-installer/).

</TabItem>
<TabItem value="macos" label="MacOS">
Expand Down Expand Up @@ -65,7 +65,7 @@ Run the following script in your WSL2 terminal as a *non-root user* to install D
curl -fsSL https://get.jetify.com/devbox | bash
```

Devbox requires the [Nix Package Manager](https://nixos.org/download.html). If Nix is not detected on your machine when running a command, Devbox will automatically install it in single user mode for WSL2. Don't worry: You can use Devbox without needing to learn the Nix Language.
Devbox requires the [Nix Package Manager](https://nixos.org/download/). If Nix is not detected on your machine when running a command, Devbox will automatically install it in single user mode for WSL2. Don't worry: You can use Devbox without needing to learn the Nix Language.

</TabItem>

Expand Down Expand Up @@ -100,7 +100,7 @@ Devbox will notify you when a new version is available. To update to the latest

If you installed Devbox with Nix, you can update Devbox via Nix using `nix-env -u devbox`, or `nix profile upgrade`.

You can find release notes and details on the [Releases page](http://github.com/jetify-com/devbox/releases) of the Devbox Github repo.
You can find release notes and details on the [Releases page](https://github.com/jetify-com/devbox/releases) of the Devbox Github repo.

## Rolling Back or Pinning a Specific Version of Devbox

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the following install script to get the latest version of Devbox:
```bash
curl -fsSL https://get.jetify.com/devbox | bash
```
Devbox requires the [Nix Package Manager](https://nixos.org/download.html). If Nix is not detected on your machine when running a command, Devbox will automatically install it for you with the default settings for your OS. Don't worry: You can use Devbox without needing to learn the Nix Language.
Devbox requires the [Nix Package Manager](https://nixos.org/download/). If Nix is not detected on your machine when running a command, Devbox will automatically install it for you with the default settings for your OS. Don't worry: You can use Devbox without needing to learn the Nix Language.

:::note
If you want to try Devbox before installing it, you can open a cloud shell on your browser using the link below
Expand Down
2 changes: 1 addition & 1 deletion examples/cloud_development/temporal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more details, check out:
* [Temporal.io](https://temporal.io/)
* [Temporalite](https://github.com/temporalio/temporalite)
* [Temporal Python SDK](https://github.com/temporalio/sdk-python)
* [Temporal Python Samples](https://github.com/temporalio/sample-python)
* [Temporal Python Samples](https://github.com/temporalio/samples-python)

## Starting Temporal

Expand Down
2 changes: 1 addition & 1 deletion examples/development/elixir/elixir_hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ end

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/elixir_hello>.
be found at `https://hexdocs.pm/elixir_hello`.