Skip to content

Commit 91edfae

Browse files
authored
Merge pull request #266 from shonfeder/fix-link-to-atd-files
Updates the link to the ATD file
2 parents 5f9d7bc + b7fba8c commit 91edfae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _build/
33
.merlin
44
*.install
55
lib_test/config.ml
6+
_opam/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APIv3](https://docs.github.com/rest/) (JSON). It is compatible with
99
[js_of_ocaml](http://ocsigen.org/js_of_ocaml).
1010

1111
It is [not yet complete](#api-support-coverage) but
12-
[lib/github.atd](https://github.com/mirage/ocaml-github/blob/master/lib/github.atd)
12+
[lib/github.atd](https://github.com/mirage/ocaml-github/blob/master/lib_data/github.atd)
1313
contains the data types that have been bound so far.
1414

1515
There are several tests and examples in

0 commit comments

Comments
 (0)