From c9f7d8ec895b2420899f52022403f9ae285d0acf Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Mon, 11 Nov 2024 10:52:56 +0100 Subject: [PATCH] Fix typo in build_and_package.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Abril Rincón Blanco --- docs/adding_packages/build_and_package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding_packages/build_and_package.md b/docs/adding_packages/build_and_package.md index 54ce08ffb311c..365c7d9003b5a 100644 --- a/docs/adding_packages/build_and_package.md +++ b/docs/adding_packages/build_and_package.md @@ -23,7 +23,7 @@ the official reference to [build()](https://docs.conan.io/2/reference/conanfile/ ## Package Method -The `package()` method is used to copy the artifacts to the `package_folder`. Please, read the official reference to +The `package()` method is used to copy the artifacts to the `package_folder`. Please, read the official reference to the [package()](https://docs.conan.io/2/reference/conanfile/methods/package.html) method and the [Package files: the package() method](https://docs.conan.io/2/tutorial/creating_packages/package_method.html).