Skip to content

Commit

Permalink
Update README.md (#371)
Browse files Browse the repository at this point in the history
Updated Links
  • Loading branch information
ryanrc authored Nov 14, 2020
1 parent 3b18e25 commit eab5a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Introduction to FASTER C#
=========================

FASTER C# works in .NET Framework and .NET core, and offers two components. You can access their docs at the links below. All docs for FASTER C# are rooted at [this link](../docs/cs).
FASTER C# works in .NET Framework and .NET core, and offers two components. You can access their docs at the links below. All docs for FASTER C# are rooted at [this link](https://microsoft.github.io/FASTER/docs/quick-start-guide/).

1. [FasterLog](../docs/cs/FasterLog.md): A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators.
2. [FasterKV](../docs/cs/FasterKV.md): A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic
1. [FasterLog](https://microsoft.github.io/FASTER/docs/fasterlog-basics/): A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators.
2. [FasterKV](https://microsoft.github.io/FASTER/docs/fasterkv-basics/): A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic
update capabilities.

0 comments on commit eab5a74

Please sign in to comment.