mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-30 16:10:23 +00:00
Fix invalid code link
This commit is contained in:
parent
81aa90efd3
commit
44f3cff219
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ graph TD;
|
|||
|
||||
The [`Backend`](../../lib/src/backend.rs) trait defines the interface each
|
||||
commit backend needs to implement. The current in-tree commit backends
|
||||
are [`GitBackend`]((../../lib/src/git_backend.rs))
|
||||
are [`GitBackend`](../../lib/src/git_backend.rs)
|
||||
and [`LocalBackend`](../../lib/src/local_backend.rs).
|
||||
|
||||
Since there are non-commit backends, the `Backend` trait should probably be
|
||||
|
|
Loading…
Reference in a new issue