From 5aadfa62508ee20735083900273c8e3ff5867602 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Tue, 4 Jun 2024 19:11:20 -0700 Subject: [PATCH] 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 --- docs/source-app/glossary/restful_api/restful_api.rst | 2 +- docs/source-app/workflows/build_rest_api/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-app/glossary/restful_api/restful_api.rst b/docs/source-app/glossary/restful_api/restful_api.rst index a1128f2234558..6e04f60c75f1c 100644 --- a/docs/source-app/glossary/restful_api/restful_api.rst +++ b/docs/source-app/glossary/restful_api/restful_api.rst @@ -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 `_. +Learn more about `HTTP Methods for RESTful Services here `_. The Lightning App framework uses the popular `FastAPI `_ and `Pydantic `_ frameworks under the hood. This means you can use all their features while building your App. diff --git a/docs/source-app/workflows/build_rest_api/index.rst b/docs/source-app/workflows/build_rest_api/index.rst index 8b9192fb350fc..590f3d03d538d 100644 --- a/docs/source-app/workflows/build_rest_api/index.rst +++ b/docs/source-app/workflows/build_rest_api/index.rst @@ -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 `_. +Learn more about `HTTP Methods for RESTful Services here `_. The Lightning App framework uses the popular `FastAPI `_ and `Pydantic `_ frameworks under the hood. This means you can use all their features while building your App.