From b11c657277f4f53ed0673e8f56ce51aeea03ed7b Mon Sep 17 00:00:00 2001 From: Kalle Westerling <7298727+kallewesterling@users.noreply.github.com> Date: Thu, 29 Jul 2021 16:07:38 -0400 Subject: [PATCH] Update jLouvain.js Correcting link to the original repository, `python-louvain` (no longer hosted on bitbucket) --- src/jLouvain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jLouvain.js b/src/jLouvain.js index ab11eb5..35f4041 100644 --- a/src/jLouvain.js +++ b/src/jLouvain.js @@ -3,7 +3,7 @@ This is a javascript implementation of the Louvain community detection algorithm (http://arxiv.org/abs/0803.0476) - Based on https://bitbucket.org/taynaud/python-louvain/overview + Based on https://github.com/taynaud/python-louvain Code style is very imperative, I know :) */