File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2222
2323And call it by running ` task hello` from you terminal.
2424
25- The above example is just the start, you can take a look at the [usage](usage)
25+ The above example is just the start, you can take a look at the [usage](usage.md )
2626guide to check the full schema documentation and Task features.
2727
2828# # Features
@@ -34,7 +34,7 @@ guide to check the full schema documentation and Task features.
3434 to install on your CI script and you're done to use Task as part of your CI pipeline;
3535- Truly cross-platform : while most build tools only work well on Linux or macOS,
3636 Task also supports Windows thanks to [this awesome shell interpreter for Go][sh];
37- - Great for code generation : you can easily [prevent a task from running](usage#prevent-unnecessary-work)
37+ - Great for code generation : you can easily [prevent a task from running](usage.md #prevent-unnecessary-work)
3838 if a given set of files haven't changed since last run (based either on its
3939 timestamp or content).
4040
Original file line number Diff line number Diff line change 1- - [ Installation] ( installation )
2- - [ Usage] ( usage )
3- - [ Taskfile Versions] ( taskfile_versions )
4- - [ Examples] ( examples )
5- - [ Releasing Task] ( releasing_task )
6- - [ Alternative Task Runners] ( alternative_task_runners )
7- - [ Sponsors and Backers] ( sponsors_and_backers )
1+ - [ Installation] ( installation.md )
2+ - [ Usage] ( usage.md )
3+ - [ Taskfile Versions] ( taskfile_versions.md )
4+ - [ Examples] ( examples.md )
5+ - [ Releasing Task] ( releasing_task.md )
6+ - [ Alternative Task Runners] ( alternative_task_runners.md )
7+ - [ Sponsors and Backers] ( sponsors_and_backers.md )
88- [ ![ Github] ( https://icongram.jgog.in/simple/github.svg?color=808080&size=16 ) Github] ( https://github.com/go-task/task )
Original file line number Diff line number Diff line change @@ -143,6 +143,6 @@ includes:
143143
144144Please check the [documentation][includes]
145145
146- [output] : usage#output-syntax
147- [ignore_errors] : usage#ignore-errors
148- [includes] : usage#including-other-taskfiles
146+ [output] : usage.md #output-syntax
147+ [ignore_errors] : usage.md #ignore-errors
148+ [includes] : usage.md #including-other-taskfiles
You can’t perform that action at this time.
0 commit comments