maintainer-guide.md - Fix link (#8720)

"source_" was missing in the name of the helper function. Fix typo:
vcpkg_extract_archive_ex -> vcpkg_extract_source_archive_ex
This commit is contained in:
Wolfgang Stöggl 2019-10-25 00:51:16 +02:00 committed by Victor Romero
parent 87c8af9e46
commit 92af850c1c

View File

@ -39,7 +39,7 @@ https://github.blog/2019-02-14-introducing-draft-pull-requests/
At this time, the following helpers are deprecated:
1. `vcpkg_extract_archive()` should be replaced by [`vcpkg_extract_archive_ex()`](vcpkg_extract_archive_ex.md)
1. `vcpkg_extract_source_archive()` should be replaced by [`vcpkg_extract_source_archive_ex()`](vcpkg_extract_source_archive_ex.md)
2. `vcpkg_apply_patches()` should be replaced by the `PATCHES` arguments to the "extract" helpers (e.g. [`vcpkg_from_github()`](vcpkg_from_github.md))
3. `vcpkg_build_msbuild()` should be replaced by [`vcpkg_install_msbuild()`](vcpkg_install_msbuild.md)