Skip to content

Commit

Permalink
fix(docs): fix broken link to ensure the docs can be built (#19941)
Browse files Browse the repository at this point in the history
* fix(docs): fix broken link to ensure the docs can be built

* nit
  • Loading branch information
yurijmikhalevich committed Jun 5, 2024
1 parent 8bfbe0c commit 5aadfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source-app/glossary/restful_api/restful_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/source-app/workflows/build_rest_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5aadfa6

Please sign in to comment.