From 80cbddd6df04d695e07ba1ec5a0349218bd8a707 Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Fri, 29 Apr 2016 16:03:02 -0500 Subject: [PATCH] [DOC] Fix hard-coded "Customizing Adapters" link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61d7cd9e9c..9b511bd0a43 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ set of RESTful JSON conventions. To learn more about adapters, including what conventions the `RESTAdapter` follows and how to build your own, see the Ember.js -Guides: [Customizing Adapters](https://guides.emberjs.com/v2.3.0/models/customizing-adapters/). +Guides: [Customizing Adapters](http://emberjs.com/guides/models/customizing-adapters). ### Fetching a Collection of Models