From 156129314007240c3ea51a5e13ec6ce3ca919ac3 Mon Sep 17 00:00:00 2001
From: Alex <17982529+alexm622@users.noreply.github.com>
Date: Thu, 12 Jan 2023 04:16:00 -0500
Subject: [PATCH] change vcpk.info to vcpkgx.com (#553)

The vcpkg.info site is now defunct.
[vcpkgx.com](https://vcpkgx.com/) provides a similar if not identical service to what vcpkg.info used to provide.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 64ae57d8..c9aa65cb 100644
--- a/README.md
+++ b/README.md
@@ -364,7 +364,7 @@ endif()
 ```
 
 If you don't, the following packages have been created:
-- [vcpkg](https://vcpkg.info/port/ftxui)
+- [vcpkg](https://vcpkgx.com/details.html?package=ftxui)
 - [Arch Linux PKGBUILD](https://aur.archlinux.org/packages/ftxui-git/).
 - [conan.io](https://conan.io/center/ftxui)
 
-- 
GitLab