docs(conan.md): fix broken link to conanfile.py (#4740)

This commit is contained in:
Jackson Mills
2023-10-12 10:12:17 -07:00
committed by GitHub
parent 50cc1cf0c9
commit c915984340

2
docs/build/conan.md vendored
View File

@@ -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.