diff options
| author | Simon Brand <tartanllama@gmail.com> | 2018-11-15 11:18:48 +0000 |
|---|---|---|
| committer | Simon Brand <tartanllama@gmail.com> | 2018-11-15 11:23:34 +0000 |
| commit | 56c94a81027dae14ea8adabcbda800d0f7c10d0b (patch) | |
| tree | 1661c9711c5317e1bb6acc786e28700db1698caf /docs/index.md | |
| parent | f1eb3aa4b95540a8fb4a8e8d341e4c08136bd756 (diff) | |
| download | vcpkg-56c94a81027dae14ea8adabcbda800d0f7c10d0b.tar.gz vcpkg-56c94a81027dae14ea8adabcbda800d0f7c10d0b.zip | |
Rename example documents
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md index 90245d36a..d7b104ebc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,13 +2,13 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement are vital to its success! -- [How to use Sqlite in your application](examples/using-sqlite.md) +- [Installing and Using Packages Example: sqlite](examples/installing-and-using-packages.md) ### Examples -- [Example 1: Using Sqlite](examples/using-sqlite.md) -- [Example 2: Packaging zlib](examples/packaging-zlib.md) -- [Example 3: Patching libpng for x86-uwp](examples/patching-libpng.md) +- [Installing and Using Packages Example: sqlite](examples/installing-and-using-packages.md) +- [Packaging Zipfiles Example: zlib](examples/packaging-zipfiles.md) +- [Patching Example: Patching libpng to work for x86-uwp](examples/patching.md) ### User Help |
