summaryrefslogtreecommitdiffstats
path: root/core/set.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-07-23 21:06:12 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-07-23 21:06:12 -0300
commit12ae7a4c02c186e9f136a7d4a8ea9f6f4805f718 (patch)
tree651c46fba45ed19736d265502dacaa8c938b9f35 /core/set.h
parent06a6507751f5899a590a1c67915890550e5a2793 (diff)
downloadredot-engine-12ae7a4c02c186e9f136a7d4a8ea9f6f4805f718.tar.gz
Update some dead links in the codebase
Diffstat (limited to 'core/set.h')
-rw-r--r--core/set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/set.h b/core/set.h
index 81250068af..b2c717880d 100644
--- a/core/set.h
+++ b/core/set.h
@@ -39,7 +39,7 @@
*/
// based on the very nice implementation of rb-trees by:
-// http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html
+// https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html
template <class T, class C = Comparator<T>, class A = DefaultAllocator>
class Set {