From cc5a2d37294c00e3f39d6f857c19bdaf62c19c75 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 16 Jul 2023 18:58:48 +0300 Subject: [PATCH] docs: fix link by removing extra parenthesis Signed-off-by: Emmanuel Ferdman --- www/content/essays/rest-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/essays/rest-explained.md b/www/content/essays/rest-explained.md index 8e1faea1..e7f38735 100644 --- a/www/content/essays/rest-explained.md +++ b/www/content/essays/rest-explained.md @@ -233,7 +233,7 @@ From the paper: This is all very true, and is why the web has been so successful and will continue to be successful. -## [Sections 5.4](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_4) & [5.5]((https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_5)) - Related Work & Summary +## [Sections 5.4](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_4) & [5.5](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_5) - Related Work & Summary These brief sections are not relevant to non-academics interested in REST.