ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.73k stars 518 forks source link

Broken link on https://github.com/ring-clojure/ring/wiki/Creating-responses #466

Closed jfhector closed 2 years ago

jfhector commented 2 years ago

Hello!

Thanks for your great work on Ring.

I've noticed a broken link in the docs:

At the bottom of this page ... https://github.com/ring-clojure/ring/wiki/Creating-responses

... there is this link ring.util.response API documentation

... but that link points to a 404 page.

The same link is also at the top of the page.

image

The target URLs should probably be: http://ring-clojure.github.io/ring/ring.util.response.html

jfhector commented 2 years ago

I've just edited that wiki page myself to fix the issue. (I didn't expect I could fix it myself). Feel free to close this issue once you've verified it's fixed.

weavejester commented 2 years ago

Thanks for the fix.