Skip to content

Commit c0fb600

Browse files
committed
remove broken link from readme
this was linked to a generated bashly file, which we no longer hold in the repo
1 parent 5daeea5 commit c0fb600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ a [docker image](https://hub.docker.com/r/dannyben/bashly).
4040
file for you ([example](https://github.com/DannyBen/bashly/tree/master/examples/minimal#bashlyyml)).
4141
2. Bashly then automatically generates a bash script (when you run
4242
`bashly generate`) that can parse and validate user input, provide help
43-
messages, and run your code for each command ([example](https://github.com/DannyBen/bashly/blob/master/examples/minimal/download)).
43+
messages, and run your code for each command.
4444
3. Your code for each command is kept in a separate file, and can be merged
4545
again if you change it ([example](https://github.com/DannyBen/bashly/blob/master/examples/minimal/src/root_command.sh)).
4646

0 commit comments

Comments
 (0)