aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-01 14:01:51 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-01 14:01:51 +0100
commitea99022e4dd0cde65214b036eef3d28dfa394b73 (patch)
tree8ebf373dd8f7c5d74ac32b5bf6cf9e27930e039e /templates
parentc6132e1c4f39fbf2809b7fe192754e0ff6908e79 (diff)
downloadgaragehq.deuxfleurs.fr-ea99022e4dd0cde65214b036eef3d28dfa394b73.tar.gz
garagehq.deuxfleurs.fr-ea99022e4dd0cde65214b036eef3d28dfa394b73.zip
add links, change presentation
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/index.html6
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>