[FIX] contributing: dead idiomatic python link

The link replaced is dead and doesn't lead to anything anymore. The new link is
the exact same page but hosted on another website.

closes odoo/documentation#12545

X-original-commit: b6e7e02734
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Thomas Becquevort (thbe) <thbe@odoo.com>
This commit is contained in:
Thomas Becquevort (thbe)
2025-03-18 10:30:00 +00:00
parent 16eee8dc74
commit d37487e0ec

View File

@@ -575,7 +575,7 @@ So, you can write ``if some_collection:`` instead of ``if len(some_collection):`
- As a good developer, document your code (docstring on methods, simple
comments for tricky part of code)
- In additions to these guidelines, you may also find the following link
interesting: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
interesting: https://david.goodger.org/projects/pycon/2007/idiomatic/handout.html
(a little bit outdated, but quite relevant)
Programming in Odoo