Skip to content

Commit eb6e0dd

Browse files
authored
Fix links problem
1 parent 5e4af56 commit eb6e0dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Generate random edges between vertices until the graph is strongly connected
6060
<p align="center"><img src="./gifs/StrongConnectivity.gif"></p>
6161
<p align="center"><i>Random edges are generated until the graph is strongly connected</i></p>
6262

63-
Refer to [StrongConnectivity.java](../src/graphvisualizer/graphalgorithms/StrongConnectivity.java) for more details.
63+
Refer to [StrongConnectivity.java](https://github.com/rayjasson98/Java-Graph-Algorithms-Visualizer/blob/master/src/graphvisualizer/graphalgorithms/StrongConnectivity.java) for more details.
6464

6565
<br>
6666

@@ -76,7 +76,7 @@ Generate random edges between vertices until the graph has a cycle
7676
<p align="center"><img src="./gifs/CycleDetection.gif"></p>
7777
<p align="center"><i>Random edges are generated until the graph has a cycle</i></p>
7878

79-
Refer to [CycleDetection.java](/src/graphvisualizer/graphalgorithms/CycleDetection.java) for more details.
79+
Refer to [CycleDetection.java](https://github.com/rayjasson98/Java-Graph-Algorithms-Visualizer/blob/master/src/graphvisualizer/graphalgorithms/CycleDetection.java) for more details.
8080

8181
<br>
8282

@@ -92,7 +92,7 @@ Generate random edges between vertices until a path is formed between the end ve
9292
<p align="center"><img src="./gifs/ShortestPath.gif"></p>
9393
<p align="center"><i>Random edges are generated until the graph has a path between two end vertices</i></p>
9494

95-
Refer to [ShortestPath.java](/src/graphvisualizer/graphalgorithms/ShortestPath.java) for more details.
95+
Refer to [ShortestPath.java](https://github.com/rayjasson98/Java-Graph-Algorithms-Visualizer/blob/master/src/graphvisualizer/graphalgorithms/ShortestPath.java) for more details.
9696

9797
<br>
9898

@@ -105,7 +105,7 @@ Refer to [ShortestPath.java](/src/graphvisualizer/graphalgorithms/ShortestPath.j
105105

106106
- You can reset the graph to its default state.
107107

108-
Refer to [Main.java](/src/graphvisualizer/graphalgorithms/Main.java) for more details.
108+
Refer to [Main.java](https://github.com/rayjasson98/Java-Graph-Algorithms-Visualizer/blob/master/src/graphvisualizer/graphalgorithms/Main.java) for more details.
109109

110110
<br>
111111

0 commit comments

Comments
 (0)