Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 16, 2024
1 parent 9f6cada commit f59a3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/blog/2023/03/20/devenv-10-rewrite-in-rust/ /blog/2024/03/20/devenv-10-rewrite-in-rust/ 301
/blog/2024/10/22/devenv-is-switching-nix-implementation-to-tvix/ /blog/2024/10/22/devenv-is-switching-its-nix-implementation-to-tvix/ 301
/pre-commit-hooks/ /git-hooks/ 301
/roadmap/ /blog/2024/10/22/devenv-is-switching-its-nix-implementation-to-tvix/ 302
4 changes: 2 additions & 2 deletions docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tests are a way to ensure that your development environment is working as expect

Running `devenv test` will build your environment and run the tests defined in `enterTest`.

If you have [processes](/processes.md) defined in your environment, they will be started and stopped for you.
If you have [processes](processes.md) defined in your environment, they will be started and stopped for you.

## Writing your first test

Expand Down Expand Up @@ -35,7 +35,7 @@ By default, the `enterTest` detects if `.test.sh` file exists and runs it.

## Testing with processes

If you have [processes](/processes.md) defined in your environment,
If you have [processes](processes.md) defined in your environment,
they will be started and stopped for you.

```nix title="devenv.nix"
Expand Down

0 comments on commit f59a3aa

Please sign in to comment.