From d87f137eb1aeb17b4f9c5f279ca85972a5467154 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 21 Jan 2021 17:50:29 -0500 Subject: [PATCH] http link --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7153ee4..568b826 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,11 +48,11 @@ In this tutorial, we are you going to build a Web Service – a process that responds to incoming HTTP Requests, like the ones that come from web browsers or even API Clients. -- HTTP, if you aren’t familiar, is a protocol that allows modern - machines (and users of them) to interoperate. You use HTTP every time - you open an app on your phone that talks with the web. If you can’t - use an app on your phone without internet, it’s because it’s talking - to another computer (a server), mostly likely with HTTP. +`HTTP `_, if you aren’t familiar, is a protocol that allows modern +machines (and users of them) to interoperate. You use HTTP every time +you open an app on your phone that talks with the web. If you can’t +use an app on your phone without internet, it’s because it’s talking +to another computer (a server), mostly likely with HTTP. The Basics ----------