diff --git a/docs/src/graphtypes.md b/docs/src/graphtypes.md index 2e3b0b9b0..e1d9bd540 100644 --- a/docs/src/graphtypes.md +++ b/docs/src/graphtypes.md @@ -13,4 +13,4 @@ These are general guidelines to help you select the proper graph type. - In general, prefer the native `SimpleGraphs`/`SimpleDiGraphs` structures in [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl). - If you need edge weights and don't require large numbers of graph modifications, use [SimpleWeightedGraphs](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl). - If you need labeling of vertices or edges, use [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl). -- If you work with very large graphs (billons to tens of billions of edges) and don't need mutability, use [StaticGraphs](https://github.com/JuliaGraphs/StaticGraphs.jl). +- If you work with very large graphs (billions to tens of billions of edges) and don't need mutability, use [StaticGraphs](https://github.com/JuliaGraphs/StaticGraphs.jl).