From f766de5f83fb3e624467c8efcbc5ceaa378d80a9 Mon Sep 17 00:00:00 2001 From: Sergey Belash Date: Sun, 6 May 2018 14:54:03 +0300 Subject: [PATCH] Link to JSON adapter corrected: boring_json.py -> basic_json.py Probably caused by: 8668d5d --- docs/source/topics/adapters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/topics/adapters.rst b/docs/source/topics/adapters.rst index f7fee6f..5a8675e 100644 --- a/docs/source/topics/adapters.rst +++ b/docs/source/topics/adapters.rst @@ -25,7 +25,7 @@ have to change your front-end. Either way, you want some flexibility in how the resource gets formatted. For an example of a basic adapter check out the built in -`JSON adapter. `_ +`JSON adapter. `_ Required pieces ^^^^^^^^^^^^^^^