✏ Fix broken plac link (#275)

Signed-off-by: Michael Gielda <mgielda@antmicro.com>

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Michael Gielda 2022-07-17 10:13:28 +02:00 committed by GitHub
parent fac64ca03e
commit ddeebf1283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ It inspired a lot of the ideas in **FastAPI** and **Typer**.
!!! check "Inspired **Typer** to"
Use function parameters to declare *CLI arguments* and *CLI options* as it simplifies a lot the development experience.
### <a href="https://micheles.github.io/plac/" class="external-link" target="_blank">Plac</a>
### <a href="https://plac.readthedocs.io/en/latest/" class="external-link" target="_blank">Plac</a>
Plac is another library to create CLIs using parameters in functions, similar to Hug.