Fix broken link to CLI docs (#15723)

This commit is contained in:
Yiftach Beer 2022-11-19 15:17:11 +02:00 committed by GitHub
parent d925077253
commit f40eb2cb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Configure hyperparameters from the CLI (legacy)
.. warning::
This is the documentation for the use of Python's ``argparse`` to implement a CLI. This approach is no longer
recommended, and people are encouraged to use the new `LightningCLI <cli/lightning_cli.html>`_ class instead.
recommended, and people are encouraged to use the new `LightningCLI <../cli/lightning_cli.html>`_ class instead.
Lightning has utilities to interact seamlessly with the command line ``ArgumentParser``