ok/jj
1
0
Fork 0
forked from mirrors/jj

Fix invalid code link

This commit is contained in:
Kevin Liao 2023-06-05 22:46:33 -07:00 committed by Martin von Zweigbergk
parent 81aa90efd3
commit 44f3cff219

View file

@ -78,7 +78,7 @@ graph TD;
The [`Backend`](../../lib/src/backend.rs) trait defines the interface each The [`Backend`](../../lib/src/backend.rs) trait defines the interface each
commit backend needs to implement. The current in-tree commit backends 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). and [`LocalBackend`](../../lib/src/local_backend.rs).
Since there are non-commit backends, the `Backend` trait should probably be Since there are non-commit backends, the `Backend` trait should probably be