Skip to content

Commit

Permalink
Merge pull request #285 from FluxML/doc
Browse files Browse the repository at this point in the history
Fix doc link
  • Loading branch information
yuehhua authored Apr 8, 2022
2 parents f01c180 + 068477e commit 56532d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/deepset.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ for epoch = 1:args.epochs
end
```

For a complete example, please check [examples/digitsum_deepsets.jl](../../examples/digitsum_deepsets.jl).
For a complete example, please check [examples/digitsum_deepsets.jl](https://github.com/FluxML/GeometricFlux.jl/blob/master/examples/digitsum_deepsets.jl).
2 changes: 1 addition & 1 deletion docs/src/tutorials/gat.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ for epoch = 1:args.epochs
end
```
For a complete example, please check [examples/gat.jl](../../examples/gat.jl).
For a complete example, please check [examples/gat.jl](https://github.com/FluxML/GeometricFlux.jl/blob/master/examples/gat.jl).
2 changes: 1 addition & 1 deletion docs/src/tutorials/vgae.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ for epoch = 1:args.epochs
end
```

For a complete example, please check [examples/vgae.jl](../../examples/vgae.jl).
For a complete example, please check [examples/vgae.jl](https://github.com/FluxML/GeometricFlux.jl/blob/master/examples/vgae.jl).

0 comments on commit 56532d8

Please sign in to comment.