From 87b1df1a29690d3e360abb4444f4ea43dcbb2fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Moritz=20G=C3=BCnther?= Date: Mon, 28 May 2018 14:59:54 -0400 Subject: [PATCH] Update link to enthought trait library The pages linked here gave me a 404, so I checked Enthought's web pages to find a working version of the link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6328d545..d736ebd8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Traitlets is a pure Python library enabling: Its implementation relies on the [descriptor](https://docs.python.org/howto/descriptor.html) pattern, and it is a lightweight pure-python alternative of the -[*traits* library](http://code.enthought.com/projects/traits/). +[*traits* library](http://code.enthought.com/pages/traits.html). Traitlets powers the configuration system of IPython and Jupyter and the declarative API of IPython interactive widgets.