From 95cd25aef466ee505dcf8678707c6f2ab2393efc Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 10 Feb 2022 17:51:32 +0100 Subject: [PATCH] Update 1__10_Modules_Packages.ipynb Fixed link to module tutorial --- python/1__10_Modules_Packages.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }, {