Skip to content

Commit 800bc76

Browse files
committed
Fix broken links
1 parent 1dcdb40 commit 800bc76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ opam install git
4747
position-independent representation so that they can be manipulated
4848
more easily. Pack file can be created but will not be compressed yet.
4949

50-
* The [index file] (http://mirage.github.io/ocaml-git/Index.html)
50+
* The [index file] (https://github.com/samoht/ocaml-git/blob/master/lib/index.mli)
5151
(used as for managing the stagging area)
5252
are fully supported. Which means that `git diff` and `git status`
5353
will work as expected on a repository created by the library.
@@ -63,7 +63,7 @@ $ opam install git
6363
* An abstraction for Git [Store](http://mirage.github.io/ocaml-git/Store.S.html)
6464
is available. Various store implementations are available:
6565
- An [in-memory](http://mirage.github.io/ocaml-git/Memory.html) implementation;
66-
- A [unix filesystem](http://mirage.github.io/ocaml-git/Git_unix.FS.html)
66+
- A [unix filesystem](http://mirage.github.io/ocaml-git/Git_unix.S.FS.html)
6767
implementation;
6868
- A [mirageOS](http://mirage.github.io/ocaml-git/Git_mirage.html) implementation,
6969
requiring an `V1_LWT.FS` implementation.

0 commit comments

Comments
 (0)