Skip to content

Commit

Permalink
install/windows: create directory for existing google links
Browse files Browse the repository at this point in the history
- Move the Windows install files to a separate 'windows' subdirectory.

Google query for 'vcpkg curl' returns a bad link (404)
https://www.google.com/search?q=vcpkg+curl
https://everything.curl.dev/install/windows/win-vcpkg.html

mdBook had generated it without 'windows/' since that wasn't a
subdirectory.
https://everything.curl.dev/install/win-vcpkg.html

Closes #xxxxx
  • Loading branch information
jay authored and bagder committed Mar 23, 2024
1 parent b5e10e2 commit 02a6108
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
* [HTTP basics](protocols/http.md)
* [Install curl and libcurl](install/README.md)
* [Linux](install/linux.md)
* [Windows](install/windows.md)
* [MSYS2](install/win-msys2.md)
* [vcpkg](install/win-vcpkg.md)
* [Windows](install/windows/README.md)
* [MSYS2](install/windows/win-msys2.md)
* [vcpkg](install/windows/win-vcpkg.md)
* [macOS](install/macos.md)
* [Container](install/container.md)
* [Source code](source/README.md)
Expand Down
2 changes: 1 addition & 1 deletion install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ there.
Commonly, libcurl is installed at the same time as curl.

* [Linux](linux.md)
* [Windows](windows.md)
* [Windows](windows/)
* [macOS](macos.md)
* [Container](container.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02a6108

Please sign in to comment.