docs: jj-vcs.github.io -> jj-vcs.dev 5b3aa511 parent 0563f4f5

As a follow-up to #8115, this moves all references in the codebase to use the new website. I didn't update the older CHANGELOG entries because I figured they're intended to be immutable.

authored by Steve Klabnik

1
# To use: echo "source_env .envrc.recommended" >> .envrc
2
3
if has nix; then
4
5
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
6
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
7
fi
8
9
use flake
10
fi
11