diff --git a/python/1__10_Modules_Packages.ipynb b/python/1__10_Modules_Packages.ipynb index 1033b6c..f0c78ca 100644 --- a/python/1__10_Modules_Packages.ipynb +++ b/python/1__10_Modules_Packages.ipynb @@ -92,7 +92,7 @@ "\n", "Packages are directories that should have a file \\_\\_.init\\_\\_.py, that can be an empty file or contain initialization code.\n", "\n", - "Read this if you want to distribute your modules [https://wiki.python.org/moin/CheeseShopTutorial]" + "Read [this](https://packaging.python.org/en/latest/) if you want to distribute your modules" ] }, {