[libgee] Fix missing http:// in link to paper



commit c4ea15c2ea88c6bb323e1498793789c3a70dcc63
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Sun Dec 2 10:57:58 2012 +0000

    Fix missing http:// in link to paper

 gee/concurrentlist.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/concurrentlist.vala b/gee/concurrentlist.vala
index 1a50172..d645b68 100644
--- a/gee/concurrentlist.vala
+++ b/gee/concurrentlist.vala
@@ -22,7 +22,7 @@
 
 /**
  * A single-linked list. This implementation is based on
- * [[www.cse.yorku.ca/~ruppert/papers/lfll.pdf|Mikhail Fomitchev and  Eric Ruppert paper ]].
+ * [[http://www.cse.yorku.ca/~ruppert/papers/lfll.pdf|Mikhail Fomitchev and  Eric Ruppert paper ]].
  *
  * Many threads are allowed to operate on the same structure as well as modification
  * of structure during iteration is allowed. However the change may not be immidiatly



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]