From d932baa64660012cb7e5b86ba0f985fee8d5e57c Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 22 Feb 2019 11:11:52 +0100 Subject: [PATCH] Corrected link to ajax-form library. Closes #6465. --- docs/topics/browser-enhancements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/browser-enhancements.md b/docs/topics/browser-enhancements.md index 0e79a66e1..fa07b6064 100644 --- a/docs/topics/browser-enhancements.md +++ b/docs/topics/browser-enhancements.md @@ -81,7 +81,7 @@ was later [dropped from the spec][html5]. There remains as well as how to support content types other than form-encoded data. [cite]: https://www.amazon.com/RESTful-Web-Services-Leonard-Richardson/dp/0596529260 -[ajax-form]: https://github.com/encode/ajax-form +[ajax-form]: https://github.com/tomchristie/ajax-form [rails]: https://guides.rubyonrails.org/form_helpers.html#how-do-forms-with-put-or-delete-methods-work [html5]: https://www.w3.org/TR/html5-diff/#changes-2010-06-24 [put_delete]: http://amundsen.com/examples/put-delete-forms/