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:
parent
8bfbe0c908
commit
5aadfa6250
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue