From 352db06d2243d6a81152160e5e04cde75a1066fe Mon Sep 17 00:00:00 2001 From: Brian Chavez Date: Fri, 8 May 2020 11:58:47 -0700 Subject: [PATCH] Update other README.md docs with correct NuGet download link. (#267) --- cs/README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cs/README.md b/cs/README.md index ed8d74d84..f296293bb 100644 --- a/cs/README.md +++ b/cs/README.md @@ -17,7 +17,7 @@ Table of Contents Clone the Git repo, open cs/FASTER.sln in VS 2019, and build. ### NuGet -You can install FASTER binaries using Nuget, from Nuget.org. Right-click on your project, manage NuGet packages, browse for FASTER. Here is a [direct link](https://www.nuget.org/packages/FASTER). +You can install FASTER binaries using Nuget, from Nuget.org. Right-click on your project, manage NuGet packages, browse for FASTER. Here is a [direct link](https://www.nuget.org/packages/Microsoft.FASTER). ## Basic Concepts diff --git a/docs/README.md b/docs/README.md index d3fe0f448..a011da940 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,7 +31,7 @@ C# and C++ versions of FASTER are very similar. * Visit our [research page](http://aka.ms/FASTER) for technical details and papers. * Start reading about FASTER C# [here](cs). -* FASTER C# binaries are available via [NuGet](https://www.nuget.org/packages/FASTER/). +* FASTER C# binaries are available via [NuGet](https://www.nuget.org/packages/Microsoft.FASTER). * Start reading about FASTER C++ [here](cc).