Skip to content

Commit 6ef3502

Browse files
authored
Merge pull request #16 from rabestro/package
Created assets folder
2 parents f66f91e + b27baa6 commit 6ef3502

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Algorithm code in Java 17. Tests written in Groovy 3 using Spock Framework 2.
1313

1414
To test the operation of the algorithms, the following sample graphs were created.
1515

16-
![Small Graph](docs/small.gif)
16+
![Small Graph](docs/assets/small.gif)
1717

1818
### Medium Graph
1919

20-
![Medium Graph](docs/medium.gif)
20+
![Medium Graph](docs/assets/medium.gif)
2121

2222
### Complex Graph
2323

24-
![Complex Graph](docs/complex.gif)
24+
![Complex Graph](docs/assets/complex.gif)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tests are written in groove language. For unit testing, the Spock framework was
1616

1717
#### Small Graph
1818

19-
![Small Graph](small.gif)
19+
![Small Graph](assets/small.gif)
2020

2121
```groovy
2222
def graph = new Graph([
@@ -29,7 +29,7 @@ Tests are written in groove language. For unit testing, the Spock framework was
2929

3030
#### Medium Graph
3131

32-
![Medium Graph](medium.gif)
32+
![Medium Graph](assets/medium.gif)
3333

3434
```groovy
3535
def graph = new Graph([
@@ -43,7 +43,7 @@ Tests are written in groove language. For unit testing, the Spock framework was
4343

4444
#### Complex Graph
4545

46-
![Complex Graph](complex.gif)
46+
![Complex Graph](assets/complex.gif)
4747

4848
```groovy
4949
def graph = new Graph([

0 commit comments

Comments
 (0)