From e38196bf465c0ee7f8d42f97915d95224c96d2fc Mon Sep 17 00:00:00 2001
From: slumlord
Date: Fri, 13 Apr 2018 16:07:26 +0000
Subject: [PATCH] Change link for 'In Search of an Anonymous and Secure Lookup'
paper to point at Freehaven
---
i2p2www/pages/site/docs/how/network-database.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i2p2www/pages/site/docs/how/network-database.html b/i2p2www/pages/site/docs/how/network-database.html
index c9d87a93..28721f6d 100644
--- a/i2p2www/pages/site/docs/how/network-database.html
+++ b/i2p2www/pages/site/docs/how/network-database.html
@@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %}
-{% block lastupdated %}{% trans %}September 2017{% endtrans %}{% endblock %}
+{% block lastupdated %}{% trans %}April 2018{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.32{% endblock %}
{% block content %}
{% trans %}Overview{% endtrans %}
@@ -857,7 +857,7 @@ for a discussion of the vulnerabilities of peer selection for tunnels.
{%- endtrans %}
{% trans %}Information Leaks{% endtrans %}
-{% trans pdf='http://www.eecs.berkeley.edu/~pmittal/publications/nisan-torsk-ccs10.pdf' -%}
+
{% trans pdf='https://www.freehaven.net/anonbib/cache/ccs10-lookup.pdf' -%}
(Reference: In Search of an Anonymous and Secure Lookup Section 3)
{%- endtrans %}