Skip to content

Commit ff5baaf

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update README.md
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 2de9c67 commit ff5baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ layer_simple_directed_value = Layer( # Layer construct
117117
layers = [layer_simple_directed, layer_simple_directed_weighted, layer_simple_directed_value]
118118
```
119119

120-
There are many more constructors the user is encouraged to explore in the package documentation.
120+
There are many more constructors the user is encouraged to explore in the package [documentation](https://juliagraphs.org/MultilayerGraphs.jl).
121121

122122
The interface of interlayers is very similar to that of layers. It is very important to notice that, in order to define a `Multilayer(Di)Graph`, interlayers don't need to be explicitly constructed by the user since they are automatically identified by the `Multilayer(Di)Graph` constructor, but for more complex interlayers the manual instantiation is required.
123123

0 commit comments

Comments
 (0)