fix link to reference/command.txt (#1161)

This commit is contained in:
Ying Chun Guo 2022-08-11 23:23:59 +08:00 committed by GitHub
parent 12073a4c8f
commit 0441770267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ To learn how to work with functions quickly, have a look at the [Getting Started
## CLI Command Reference ## CLI Command Reference
For detailed documentation on the CLI and its commands, please see the [Command reference](../reference/commands.md). For detailed documentation on the CLI and its commands, please see the [Command reference](../reference/commands.txt).
## Function Project Configuration ## Function Project Configuration

View File

@ -25,7 +25,7 @@ any Go project. For now, we will ignore the `func.yaml` file, and just
say that it is a configuration file that is used when building your project. say that it is a configuration file that is used when building your project.
If you're really interested, check out the [reference doc](func_yaml.md). If you're really interested, check out the [reference doc](func_yaml.md).
To learn more about the CLI and the details for each supported command, see To learn more about the CLI and the details for each supported command, see
the [CLI Commands document](commands.md#cli-commands). the [CLI Commands document](../reference/commands.txt).
## Running the function locally ## Running the function locally

View File

@ -26,7 +26,7 @@ any Node.js project. For now, we will ignore the `func.yaml` file, and just
say that it is a configuration file that is used when building your project. say that it is a configuration file that is used when building your project.
If you're really interested, check out the [reference doc](func_yaml.md). If you're really interested, check out the [reference doc](func_yaml.md).
To learn more about the CLI and the details for each supported command, see To learn more about the CLI and the details for each supported command, see
the [CLI Commands document](commands.md#cli-commands). the [CLI Commands document](../reference/commands.txt).
## Running the function locally ## Running the function locally

View File

@ -24,7 +24,7 @@ any Python project. For now, we will ignore the `func.yaml` file, and just
say that it is a configuration file that is used when building your project. say that it is a configuration file that is used when building your project.
If you're really interested, check out the [reference doc](func_yaml.md). If you're really interested, check out the [reference doc](func_yaml.md).
To learn more about the CLI and the details for each supported command, see To learn more about the CLI and the details for each supported command, see
the [CLI Commands document](commands.md#cli-commands). the [CLI Commands document](../reference/commands.txt).
## Running the function locally ## Running the function locally

View File

@ -38,7 +38,7 @@ any Java Maven project. For now, we will ignore the `func.yaml` file, and just
say that it is a configuration file that is used when building your project. say that it is a configuration file that is used when building your project.
If you're really interested, check out the [reference doc](func_yaml.md). If you're really interested, check out the [reference doc](func_yaml.md).
To learn more about the CLI and the details for each supported command, see To learn more about the CLI and the details for each supported command, see
the [CLI Commands document](commands.md#cli-commands). the [CLI Commands document](../reference/commands.txt).
## Running the function locally ## Running the function locally

View File

@ -29,7 +29,7 @@ any TypeScript project. For now, we will ignore the `func.yaml` file, and just
say that it is a configuration file used when building your project. say that it is a configuration file used when building your project.
If you are interested, check out the [reference doc](func_yaml.md). If you are interested, check out the [reference doc](func_yaml.md).
To learn more about the CLI and the details for each supported command, see To learn more about the CLI and the details for each supported command, see
the [CLI Commands document](commands.md#cli-commands). the [CLI Commands document](../reference/commands.txt).
## Running the function locally ## Running the function locally