Skip to content

Commit 2a422e3

Browse files
author
Jegors Čemisovs
authored
Merge pull request #11 from rabestro/release/4
moved images and docs to corresponding folders
2 parents 60a9609 + fb21407 commit 2a422e3

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

README.md renamed to docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gawk -f maze-gen-two.awk -v Rows=8 -v Cols=36 -v Seed=42
2020

2121
### Sample output
2222

23-
![Maze Sample](maze-sample.png)
23+
![Maze Sample](../images/maze-sample.png)
2424

2525
### Make scripts executable
2626

@@ -50,4 +50,4 @@ gawk -f maze-runner.awk sample.maze
5050

5151
### Sample output of path
5252

53-
![Maze Path](maze-path.png)
53+
![Maze Path](../images/maze-path.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)