Skip to content

Commit

Permalink
docs: fix path to index.html in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoskript authored and panglesd committed Jan 16, 2024
1 parent bae3714 commit 7a52818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Once installed, you can generate your project documentation with [Dune](https://
$ dune build @doc
```

Upon completion, you'll find your freshly minted docs in `_build/default/doc/html/index.html`:
Upon completion, you'll find your freshly minted docs in `_build/default/_doc/_html/index.html`:

```
$ open _build/default/doc/html/index.html
$ open _build/default/_doc/_html/index.html
```

For more in-depth information and usage instructions, see the [odoc website](https://ocaml.github.io/odoc).
Expand Down

0 comments on commit 7a52818

Please sign in to comment.