Skip to content

Commit

Permalink
Fix url to toml-f documentation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao authored Apr 11, 2023
1 parent 05d3081 commit 02e3c4c
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 @@ -122,7 +122,7 @@ fpm test

## Usage

You can follow all recipes and tutorials in the [TOML Fortran documentation](https://toml-f.readthedocs) using Jonquil by just replacing the *tomlf* module with the *jonquil* module.
You can follow all recipes and tutorials in the [TOML Fortran documentation](https://toml-f.readthedocs.io) using Jonquil by just replacing the *tomlf* module with the *jonquil* module.
All derived types, procedure names and interfaces use the *json\_* prefix instead of *toml\_*, with the exception of the *toml\_table* type which becomes a *json\_object*.

The following example program shows how to load JSON data from a string and access the value using the build interface as well as the compatibility of with TOML Fortran.
Expand Down

0 comments on commit 02e3c4c

Please sign in to comment.