Skip to content

Commit 5e4af56

Browse files
authored
Update index.md
1 parent 07188d8 commit 5e4af56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The data structure for graph is represented using an adjacency map. The adjacenc
2929
<p align="center"><img src="./pics/AdjacencyMap.png"></p>
3030
<p align="center"><i>Schematic Representation of an Adjacency Map</i></p>
3131

32-
Refer to [AdjacencyMapDigraph.java](/src/graphvisualizer/graph/AdjacencyMapDigraph.java) for more details.
32+
Refer to [AdjacencyMapDigraph.java](https://github.com/rayjasson98/Java-Graph-Algorithms-Visualizer/blob/master/src/graphvisualizer/graph/AdjacencyMapDigraph.java) for more details.
3333

3434
<br>
3535

0 commit comments

Comments
 (0)