Skip to content

Commit 87b1df1

Browse files
authored
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.
1 parent b1ee7eb commit 87b1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Traitlets is a pure Python library enabling:
2424

2525
Its implementation relies on the [descriptor](https://docs.python.org/howto/descriptor.html)
2626
pattern, and it is a lightweight pure-python alternative of the
27-
[*traits* library](http://code.enthought.com/projects/traits/).
27+
[*traits* library](http://code.enthought.com/pages/traits.html).
2828

2929
Traitlets powers the configuration system of IPython and Jupyter
3030
and the declarative API of IPython interactive widgets.

0 commit comments

Comments
 (0)