diff options
Diffstat (limited to 'examples/nested_sets/nested_sets.py')
-rw-r--r-- | examples/nested_sets/nested_sets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nested_sets/nested_sets.py b/examples/nested_sets/nested_sets.py index ca3e91c9a..0450551f3 100644 --- a/examples/nested_sets/nested_sets.py +++ b/examples/nested_sets/nested_sets.py @@ -1,6 +1,6 @@ """Celko's "Nested Sets" Tree Structure. -http://www.intelligententerprise.com/001020/celko.jhtml +https://www.intelligententerprise.com/001020/celko.jhtml """ |