Skip to content

Commit e2d03b7

Browse files
authored
[easy] fix docs and links (#1998)
## Summary ## How was it tested?
1 parent 0c28a7b commit e2d03b7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/app/docs/contributor-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Devbox requires the [Nix Package Manager](https://nixos.org/download.html). If N
7676
7777
### Use Devbox with your IDE
7878
* **[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.
79-
* **[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.
79+
* **[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.
8080
8181
### Get Involved
8282
* **[Join our Discord Community](https://discord.gg/jetify):** Chat with the development team and our growing community of Devbox users.

docs/app/docs/devbox_global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Your global `devbox.json` and any other files in the Git remote will be stored i
127127
### Use Devbox with your IDE
128128

129129
* **[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.
130-
* **[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.
130+
* **[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.
131131

132132
### Get Involved
133133

docs/app/docs/guides/creating_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before writing a plugin, we recommend reading the [User Documentation](https://w
1010

1111
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.
1212

13-
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.
13+
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.
1414

1515
## Creating a Plugin
1616

docs/app/docs/installing_devbox.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
2020

2121
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.
2222

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

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

68-
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.
68+
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.
6969

7070
</TabItem>
7171

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

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

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

105105
## Rolling Back or Pinning a Specific Version of Devbox
106106

docs/app/docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following install script to get the latest version of Devbox:
2121
```bash
2222
curl -fsSL https://get.jetify.com/devbox | bash
2323
```
24-
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.
24+
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.
2525

2626
:::note
2727
If you want to try Devbox before installing it, you can open a cloud shell on your browser using the link below

examples/cloud_development/temporal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more details, check out:
99
* [Temporal.io](https://temporal.io/)
1010
* [Temporalite](https://github.com/temporalio/temporalite)
1111
* [Temporal Python SDK](https://github.com/temporalio/sdk-python)
12-
* [Temporal Python Samples](https://github.com/temporalio/sample-python)
12+
* [Temporal Python Samples](https://github.com/temporalio/samples-python)
1313

1414
## Starting Temporal
1515

examples/development/elixir/elixir_hello/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ end
2727

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

0 commit comments

Comments
 (0)