Skip to content

Commit

Permalink
moved images and docs to corresponding folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rabestro committed May 28, 2023
1 parent 9c11bcc commit fb21407
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gawk -f maze-gen-two.awk -v Rows=8 -v Cols=36 -v Seed=42

### Sample output

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

### Make scripts executable

Expand Down Expand Up @@ -50,4 +50,4 @@ gawk -f maze-runner.awk sample.maze

### Sample output of path

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

0 comments on commit fb21407

Please sign in to comment.