diff --git a/docs/_pages/home.md b/docs/_pages/home.md index 70ebe9574..409c1b9ae 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -68,17 +68,17 @@ NVMe SSDs using less than a core of CPU, and scaling well in a multi-threaded se * Async API support has been improved, with async versions of `Upsert` and `Delete` added. Spin-wait has been significantly reduced in the codebase. * We support variable-length keys and values in FasterKV C# via `Memory` and more generally `Memory where T : unmanaged` as key/value/input types. We also added -a new type called `SpanByte` to represent variable-length keys and values. See the sample [here](https://github.com/Microsoft/FASTER/tree/master/cs/samples/StoreVarLenTypes) for details on these capabilities. This is in addition to the existing object-log support for class types. +a new type called `SpanByte` to represent variable-length keys and values. See the sample [here](https://github.com/Microsoft/FASTER/tree/main/cs/samples/StoreVarLenTypes) for details on these capabilities. This is in addition to the existing object-log support for class types. * We support C# async in FASTER KV (and FASTER Log). See the guides for [FasterKV](docs/fasterkv-basics/) and [FasterLog](docs/fasterlog-basics/) -for more information. Also, check out the samples [here](https://github.com/Microsoft/FASTER/tree/master/cs/samples). +for more information. Also, check out the samples [here](https://github.com/Microsoft/FASTER/tree/main/cs/samples). # Getting Started * Quick-Start Guide and Docs: [here](docs/quick-start-guide/) * Source Code: [https://github.com/microsoft/FASTER](https://github.com/microsoft/FASTER) -* C# Samples: [https://github.com/microsoft/FASTER/tree/master/cs/samples](https://github.com/microsoft/FASTER/tree/master/cs/samples) +* C# Samples: [https://github.com/microsoft/FASTER/tree/main/cs/samples](https://github.com/microsoft/FASTER/tree/main/cs/samples) * C# NuGet binary feed: * [Microsoft.FASTER.Core](https://www.nuget.org/packages/Microsoft.FASTER.Core/) * [Microsoft.FASTER.Devices.AzureStorage](https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage/)