diff --git a/src/SimpleGraphs/generators/randgraphs.jl b/src/SimpleGraphs/generators/randgraphs.jl index b9b5520c2..d73063a6e 100644 --- a/src/SimpleGraphs/generators/randgraphs.jl +++ b/src/SimpleGraphs/generators/randgraphs.jl @@ -972,10 +972,10 @@ function random_regular_graph( end """ - random_configuration_model(n, ks) + random_configuration_model(n, k) Create a random undirected graph according to the [configuration model] -(http://tuvalu.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf) +(https://sites.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf) containing `n` vertices, with each node `i` having degree `k[i]`. ### Optional Arguments