From 2e3f370c249d9a734261ae9838648d5d4bf66f19 Mon Sep 17 00:00:00 2001 From: Yingfu Xiong Date: Mon, 28 Feb 2022 10:15:41 -0800 Subject: [PATCH] Link updated --- Survey/Overlapping-Community-Detection-Codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Survey/Overlapping-Community-Detection-Codes.md b/Survey/Overlapping-Community-Detection-Codes.md index ad83853..79fafd3 100644 --- a/Survey/Overlapping-Community-Detection-Codes.md +++ b/Survey/Overlapping-Community-Detection-Codes.md @@ -29,7 +29,7 @@ ## Agent-Based and Dynamical Algorithms - [LabelRank & SLPA (J. Xie 2013 2011) c++/java Implementation](https://sites.google.com/site/communitydetectionslpa/home) -- [COPRA(Label Propogation) (Gregory 2010) java Implementation](http://www.cs.bris.ac.uk/~steve/networks/software/copra.html) +- [COPRA(Label Propogation) (Gregory 2010) java Implementation](https://gregory.org/research/networks/software/copra.html) ## Others - [BigClam(SNAP) (J. Yang 2012) c++ Implementation](https://github.com/rabbanyk/CommunityEvaluation/tree/master/execs/CM-Overlapping-AGM-SNAP/bigclam)