diff options
Diffstat (limited to 'templates/index.html')
-rwxr-xr-x | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index d534179..2667a76 100755 --- a/templates/index.html +++ b/templates/index.html @@ -190,15 +190,15 @@ </p> <ul class="text-center list-style-none flex flex-col items-center py-4"> <li> - <a href="#" class="font-semibold hover:text-garage-orange">Dynamo: Amazon’s Highly Available Key-value Store</a> + <a href="https://dl.acm.org/doi/abs/10.1145/1323293.1294281" class="font-semibold hover:text-garage-orange">Dynamo: Amazon’s Highly Available Key-value Store</a> by DeCandia et al. </li> <li> - <a href="#" class="font-semibold hover:text-garage-orange">Conflict-Free Replicated Data Types</a> + <a href="https://hal.inria.fr/inria-00609399v1" class="font-semibold hover:text-garage-orange">Conflict-Free Replicated Data Types</a> by Shapiro et al. </li> <li> - <a href="#" class="font-semibold hover:text-garage-orange">Maglev: A Fast and Reliable Software Network Load Balancer</a> + <a href="https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/eisenbud" class="font-semibold hover:text-garage-orange">Maglev: A Fast and Reliable Software Network Load Balancer</a> by Eisenbud et al. </li> </ul> |