From bc3c2286a8fae5b699d78de1490ed664dae6059f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 16 Feb 2018 16:45:34 +0100 Subject: [PATCH] Corrected endpoint in tutorial instructions Closes #5810 --- docs/tutorial/7-schemas-and-client-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/7-schemas-and-client-libraries.md b/docs/tutorial/7-schemas-and-client-libraries.md index 6037a2452..95e0bd4b2 100644 --- a/docs/tutorial/7-schemas-and-client-libraries.md +++ b/docs/tutorial/7-schemas-and-client-libraries.md @@ -47,7 +47,7 @@ urlpatterns = [ ] ``` -If you visit the API root endpoint in a browser you should now see `corejson` +If you visit the `/schema/` endpoint in a browser you should now see `corejson` representation become available as an option. ![Schema format](../img/corejson-format.png)