Skip to content

Commit 77dde45

Browse files
committed
Fix link
1 parent 70217ec commit 77dde45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphNeuralNetworks/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Among its general features:
2222
* Easy to define custom layers.
2323
* CUDA support.
2424
* Integration with [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl).
25-
* [Examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/examples) of node, edge, and graph level machine learning tasks.
25+
* [Examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/GraphNeuralNetworks/examples) of node, edge, and graph level machine learning tasks.
2626
* Heterogeneous and temporal graphs.
2727

2828
## Installation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Among its general features:
2626
* Easy to define custom layers.
2727
* CUDA support.
2828
* Integration with [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl).
29-
* [Examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/examples) of node, edge, and graph level machine learning tasks.
29+
* [Examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/GraphNeuralNetworks/examples) of node, edge, and graph level machine learning tasks.
3030
* Heterogeneous and temporal graphs.
3131

3232
## Installation

0 commit comments

Comments
 (0)