From 1d32e7cdac9e45c8786d8fd049488b59caf112ae Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 29 Mar 2016 14:59:49 -0700 Subject: [PATCH] Update link to swatter docs --- docs/source/extending/handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/extending/handlers.rst b/docs/source/extending/handlers.rst index cb2924755..11f8d33f7 100644 --- a/docs/source/extending/handlers.rst +++ b/docs/source/extending/handlers.rst @@ -3,7 +3,7 @@ Custom request handlers The notebook webserver can be interacted with using a well `defined RESTful -API `__. +API `__. You can define custom RESTful API handlers in addition to the ones provided by the notebook. As described below, to define a custom handler you need to first write a notebook server extension. Then, in the