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
{
2
"enforce_root_files": true,
3
"root_files": [".watchmanconfig"],
4
"ignore_dirs": ["target"],
5
"ignore_vcs": [".git", ".sl", ".jj", ".hg"]
6
}
7