(#16199) Update documentation URLs to use Conan v1 dedicated address

* update conan V1 docs url

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* revert non docs

Signed-off-by: Uilian Ries <uilianries@gmail.com>

---------

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries
2023-03-23 19:04:53 +01:00
committed by GitHub
parent 5a3cc36f65
commit 6e151164ce
15 changed files with 139 additions and 139 deletions

View File

@@ -75,7 +75,7 @@ We recommend working from the `recipes/project` folder itself. You can learn abo
> **Note**: You can only change one recipe per pull request, and working from the [_recipe folder_](adding_packages/README.md#the-recipe-folder-conanfilepy) will help prevent making a few mistakes. The default for this folder is `all`, follow the link above to learn more.
The [entire workflow of a recipe](https://docs.conan.io/en/latest/developing_packages/package_dev_flow.html) can be execute with the [`conan create`](https://docs.conan.io/en/latest/reference/commands/creator/create.html). This should look like:
The [entire workflow of a recipe](https://docs.conan.io/1/developing_packages/package_dev_flow.html) can be execute with the [`conan create`](https://docs.conan.io/1/reference/commands/creator/create.html). This should look like:
* `conan create all/conanfile.py 0.0.0@ -pr:b=default -pr:h=default`
@@ -95,7 +95,7 @@ conan create all/conanfile.py fmt/9.0.0@ -s build_type=Debug -o fmt:shared=True
## Debugging Failed Builds
Some common errors related to Conan can be found on [troubleshooting](https://docs.conan.io/en/latest/faq/troubleshooting.html) section.
Some common errors related to Conan can be found on [troubleshooting](https://docs.conan.io/1/faq/troubleshooting.html) section.
For ConanCenter Hook errors, go to the [Error Knowledge Base](error_knowledge_base.md) page to know more about those.
To test with the same environment, the [build images](supported_platforms_and_configurations.md#build-images) are available.