Minor updates (#3429)

Updated "Command Line Interface" to "Command-line Interface". Rephrased descriptions of a couple of links.

Co-authored-by: Chen Sun <chensun@users.noreply.github.com>
This commit is contained in:
sen-sam 2023-06-28 18:51:54 -04:00 committed by GitHub
parent c6b14d618f
commit 9ed275995b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -74,9 +74,10 @@ For example, the following command submits the `path/to/pipeline.yaml` IR YAML t
kfp run create --experiment-name my-experiment --package-file path/to/pipeline.yaml
```
For more information about the `kfp run create` command, see the [KFP Command Line Interface reference documentation][kfp-run-create-reference-docs]. For more information on the KFP CLI generally see [Command Line Interface user docs][kfp-cli].
For more information about the `kfp run create` command, see [Command Line Interface][kfp-run-create-reference-docs] in the [KFP SDK reference documentation][kfp-sdk-api-ref]. For a summary of the available commands in the KFP CLI, see [Command-line Interface][kfp-cli].
[compile-a-pipeline]: /docs/components/pipelines/v2/compile-a-pipeline
[kfp-sdk-api-ref-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/client.html
[kfp-sdk-api-ref]: https://kubeflow-pipelines.readthedocs.io/en/master/index.html
[compile-a-pipeline]: /docs/components/pipelines/v2/compile-a-pipeline/
[kfp-sdk-api-ref-client]: https://kubeflow-pipelines.readthedocs.io/en/master/source/client.html
[kfp-cli]: /docs/components/pipelines/v2/cli/
[kfp-run-create-reference-docs]: https://kubeflow-pipelines.readthedocs.io/en/master/source/cli.html#kfp-run-create