From c915984340e999cf8224e7d9377eeee8acbc0f2e Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Thu, 12 Oct 2023 10:12:17 -0700 Subject: [PATCH] docs(conan.md): fix broken link to conanfile.py (#4740) --- docs/build/conan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/conan.md b/docs/build/conan.md index 01fb7150d38..210db18a5df 100644 --- a/docs/build/conan.md +++ b/docs/build/conan.md @@ -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.