Skip to content

Commit

Permalink
docs(conan.md): fix broken link to conanfile.py (XRPLF#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
JST5000 authored Oct 12, 2023
1 parent 50cc1cf commit c915984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/conan.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compiler and linker options for all dependencies _and_ this project.
However, that is very tedious and error-prone, which is why we lean on tools
like Conan.

We have written a Conan configuration file ([`conanfile.py`](./conanfile.py))
We have written a Conan configuration file ([`conanfile.py`](../../conanfile.py))
so that Conan can be used to correctly download, configure, build, and install
all of the dependencies for this project,
using a single set of compiler and linker options for all of them.
Expand Down

0 comments on commit c915984

Please sign in to comment.