Skip to content

Commit

Permalink
Fix directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschinkel committed Jul 3, 2024
1 parent 3d8c7da commit 2b8bcdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ _Directory tree for Markdown source files for this repo._

There is a very simply set of Markdown documents in the `/samples/md` directory.

![Samples directory tree](./md/assets/samples-tree.png)
![Samples directory tree](./md/assets/samples-source-tree.png)

### Building the sample `README.md`
You can see how the samples work by running the following commands which will build a Docker container to run `go build` and then run `readme-merge` which will merge the sample docs into an example `README.md` file as `/samples/README.md` and then use `less` to view it:
Expand Down
2 changes: 1 addition & 1 deletion md/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

There is a very simply set of Markdown documents in the `/samples/md` directory.

![Samples directory tree](./md/assets/samples-tree.png)
![Samples directory tree](./md/assets/samples-source-tree.png)

## Building the sample `README.md`
You can see how the samples work by running the following commands which will build a Docker container to run `go build` and then run `readme-merge` which will merge the sample docs into an example `README.md` file as `/samples/README.md` and then use `less` to view it:
Expand Down

0 comments on commit 2b8bcdd

Please sign in to comment.