summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEmmanuel Ferdman <emmanuelferdman@gmail.com>2023-07-16 18:58:48 +0300
committerEmmanuel Ferdman <emmanuelferdman@gmail.com>2023-07-16 18:58:48 +0300
commitcc5a2d37294c00e3f39d6f857c19bdaf62c19c75 (patch)
tree4bb7cfec090e5ff02660e3e4f78f34fb0097c892
parentc99980fbb796c70e821813e43bee21c6944c3036 (diff)
downloadhtmx-cc5a2d37294c00e3f39d6f857c19bdaf62c19c75.tar.gz
htmx-cc5a2d37294c00e3f39d6f857c19bdaf62c19c75.zip
docs: fix link by removing extra parenthesis
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
-rw-r--r--www/content/essays/rest-explained.md2
1 files changed, 1 insertions, 1 deletions
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.