diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2019-10-25 00:51:16 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-24 15:51:16 -0700 |
| commit | 92af850c1cf514a9045f05502392311b528e8311 (patch) | |
| tree | 1d4e71c18b55bedc0ad7dfc389cd425a888b1fa2 /docs | |
| parent | 87c8af9e46196ec1ffe3d7a89dffdf879eac23d1 (diff) | |
| download | vcpkg-92af850c1cf514a9045f05502392311b528e8311.tar.gz vcpkg-92af850c1cf514a9045f05502392311b528e8311.zip | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/maintainer-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/maintainer-guide.md b/docs/maintainers/maintainer-guide.md index 3a3a3a15a..624aa46d3 100644 --- a/docs/maintainers/maintainer-guide.md +++ b/docs/maintainers/maintainer-guide.md @@ -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)
|
