diff --git a/README.md b/README.md index 0404d9edab..fbcd4d3ef6 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Contributing to FoundationDB can be in contributions to the code base, sharing y ### Binary downloads -Developers interested in using FoundationDB can get started by downloading and installing a binary package. Please see the [downloads page](https://www.foundationdb.org/download/) for a list of available packages. +Developers interested in using FoundationDB can get started by downloading and installing a binary package. Please see the [downloads page](https://github.com/apple/foundationdb/releases) for a list of available packages. ### Compiling from source @@ -181,4 +181,4 @@ Under Windows, only Visual Studio with ClangCl is supported 1. `mkdir build && cd build` 1. `cmake -G "Visual Studio 16 2019" -A x64 -T ClangCl ` 1. `msbuild /p:Configuration=Release foundationdb.sln` -1. To increase build performance, use `/p:UseMultiToolTask=true` and `/p:CL_MPCount=` \ No newline at end of file +1. To increase build performance, use `/p:UseMultiToolTask=true` and `/p:CL_MPCount=`