Skip to content

Commit 5aadfa6

Browse files
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
1 parent 8bfbe0c commit 5aadfa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source-app/glossary/restful_api/restful_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un
2525
* **`PUT`:** Updates/replaces existing resources.
2626
* **`DELETE`:** Deletes resources.
2727

28-
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.>`_.
28+
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/introduction/whatisrest>`_.
2929

3030
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.
3131

docs/source-app/workflows/build_rest_api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un
2525
* **`PUT`:** Updates/replaces existing resources.
2626
* **`DELETE`:** Deletes resources.
2727

28-
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.>`_.
28+
Learn more about `HTTP Methods for RESTful Services here <https://www.restapitutorial.com/introduction/whatisrest>`_.
2929

3030
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.
3131

0 commit comments

Comments
 (0)