Skip to content

Commit

Permalink
Fix broken link to Bonsai's URI parsing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Vaeng Røtnes <[email protected]>
  • Loading branch information
frwdrik committed Dec 3, 2024
1 parent bcd6d40 commit 0a694f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URI Parsing is a library for building composable URI parsers using
[ppx_typed_fields](https://github.com/janestreet/ppx_typed_fields).

See the Bonsai Guide [chapter on
urls](https://github.com/janestreet/bonsai/blob/master/docs/how_to/uri_parsing.md).
urls](https://github.com/janestreet/bonsai_web/blob/master/docs/how_to/uri_parsing.md).
This library contains the "typed" parsing/unparsing module for URL Var. The
reason that this library exists as a separate library is that URL Var has a
JavaScript browser dependency which makes it unable to run outside of a JavaScript
Expand Down

0 comments on commit 0a694f9

Please sign in to comment.