fix(docs): fix broken link to ensure the docs can be built (#19941)

* fix(docs): fix broken link to ensure the docs can be built

* nit
This commit is contained in:
Yurij Mikhalevich 2024-06-04 19:11:20 -07:00 committed by GitHub
parent 8bfbe0c908
commit 5aadfa6250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un
* **`PUT`:** Updates/replaces existing resources.
* **`DELETE`:** Deletes resources.
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/lessons/httpmethods.html#:~:text=The%20primary%20or%20most%2Dcommonly,but%20are%20utilized%20less%20frequently.>`_.
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/introduction/whatisrest>`_.
The Lightning App framework uses the popular `FastAPI <https://fastapi.tiangolo.com/>`_ and `Pydantic <https://pydantic-docs.helpmanual.io/>`_ frameworks under the hood. This means you can use all their features while building your App.

View File

@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un
* **`PUT`:** Updates/replaces existing resources.
* **`DELETE`:** Deletes resources.
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/lessons/httpmethods.html#:~:text=The%20primary%20or%20most%2Dcommonly,but%20are%20utilized%20less%20frequently.>`_.
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/introduction/whatisrest>`_.
The Lightning App framework uses the popular `FastAPI <https://fastapi.tiangolo.com/>`_ and `Pydantic <https://pydantic-docs.helpmanual.io/>`_ frameworks under the hood. This means you can use all their features while building your App.