From 11cc2903e4b53d10b092cfd57e28015168b1b757 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Wed, 15 Jan 2020 23:59:52 -0800 Subject: [PATCH] re-fix url link --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a2e6076b..acb876ee 100644 --- a/README.rst +++ b/README.rst @@ -240,7 +240,7 @@ header-only library so it doesn't provide any linkage options. Quick build ~~~~~~~~~~~~~~~~~ -You can download and install fmt using the `vcpkg`_ dependency manager:: +You can download and install fmt using the `vcpkg `_ dependency manager:: $ git clone https://github.com/Microsoft/vcpkg.git $ cd vcpkg @@ -248,7 +248,7 @@ You can download and install fmt using the `vcpkg`_ on the vcpkg repository. +The fmt port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please `create an issue or pull request `_ on the vcpkg repository. Running the tests ~~~~~~~~~~~~~~~~~