From c00bd7172c6a4292f7bf55895dd1ef884f5fe45e Mon Sep 17 00:00:00 2001 From: Mo Aalabou Date: Wed, 16 Jan 2019 18:42:58 +0000 Subject: [PATCH] Added link to Roy Fielding Disseration (#29925) Added link to Roy Fielding Dissertation + Fixed some styling errors --- guide/english/rest-api/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/rest-api/index.md b/guide/english/rest-api/index.md index 81a59a8116..e002315959 100644 --- a/guide/english/rest-api/index.md +++ b/guide/english/rest-api/index.md @@ -2,9 +2,8 @@ title: Rest API Design --- - ### History -REST stands for **Re**presentational **S**tate **T**ransfer protocol. Roy Fielding defined REST in his Phd dissertation in year 2000. +REST stands for **Re**presentational **S**tate **T**ransfer protocol. Roy Fielding defined REST in his [Phd dissertation](https://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf) in the year 2000. ### What is it? REST was developed to provide a uniform interface for