1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

fix: minor errors in docs

This commit is contained in:
Pete Davison 2024-03-11 10:34:58 +00:00
parent 4774273c98
commit 0b74a57b4c
No known key found for this signature in database
GPG Key ID: 2ABFD790DF2521A2
2 changed files with 6 additions and 7 deletions

View File

@ -22,9 +22,9 @@ This experiment breaks the following functionality:
:::info :::info
To enable this experiment, set the environment variable: `TASK_X_FORCE=1`. Check To enable this experiment, set the environment variable:
out [our guide to enabling experiments ][enabling-experiments] for more `TASK_X_GENTLE_FORCE=1`. Check out [our guide to enabling experiments
information. ][enabling-experiments] for more information.
::: :::

View File

@ -80,10 +80,9 @@ flag. Before enabling this flag, you should:
Task currently supports both `http` and `https` URLs. However, the `http` Task currently supports both `http` and `https` URLs. However, the `http`
requests will not execute by default unless you run the task with the requests will not execute by default unless you run the task with the
`--insecure` flag. This is to protect you from accidentally running a remote `--insecure` flag. This is to protect you from accidentally running a remote
Taskfile that is hosted on and unencrypted connection. Sources that are not Taskfile that is via an unencrypted connection. Sources that are not protected
protected by TLS are vulnerable to [man-in-the-middle by TLS are vulnerable to [man-in-the-middle attacks][man-in-the-middle-attacks]
attacks][man-in-the-middle-attacks] and should be avoided unless you know what and should be avoided unless you know what you are doing.
you are doing.
## Caching & Running Offline ## Caching & Running Offline