From ccbb47bb5128b63b27c393c8d93ccebf48791de6 Mon Sep 17 00:00:00 2001 From: bovi Date: Wed, 10 Dec 2025 13:57:49 +0100 Subject: [PATCH] chore(license): fix legacy link of Waylan --- markdown/extensions/abbr.py | 2 +- markdown/extensions/attr_list.py | 2 +- markdown/extensions/codehilite.py | 2 +- markdown/extensions/def_list.py | 2 +- markdown/extensions/fenced_code.py | 2 +- markdown/extensions/meta.py | 2 +- markdown/extensions/sane_lists.py | 2 +- markdown/extensions/tables.py | 2 +- markdown/extensions/wikilinks.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/markdown/extensions/abbr.py b/markdown/extensions/abbr.py index ab7c37437..9e10259b8 100644 --- a/markdown/extensions/abbr.py +++ b/markdown/extensions/abbr.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/abbreviations # for documentation. -# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/) +# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan) # and [Seemant Kulleen](http://www.kulleen.org/) # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/attr_list.py b/markdown/extensions/attr_list.py index 3bbcaee16..52ac38a6b 100644 --- a/markdown/extensions/attr_list.py +++ b/markdown/extensions/attr_list.py @@ -8,7 +8,7 @@ # See https://Python-Markdown.github.io/extensions/attr_list # for documentation. -# Original code Copyright 2011 [Waylan Limberg](http://achinghead.com/). +# Original code Copyright 2011 [Waylan Limberg](https://github.com/waylan). # All changes Copyright 2011-2014 The Python Markdown Project diff --git a/markdown/extensions/codehilite.py b/markdown/extensions/codehilite.py index 92e7d8f2b..be45a3f18 100644 --- a/markdown/extensions/codehilite.py +++ b/markdown/extensions/codehilite.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/code_hilite # for documentation. -# Original code Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/). +# Original code Copyright 2006-2008 [Waylan Limberg](https://github.com/waylan). # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/def_list.py b/markdown/extensions/def_list.py index 5324bf193..f09abe379 100644 --- a/markdown/extensions/def_list.py +++ b/markdown/extensions/def_list.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/definition_lists # for documentation. -# Original code Copyright 2008 [Waylan Limberg](http://achinghead.com) +# Original code Copyright 2008 [Waylan Limberg](https://github.com/waylan) # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/fenced_code.py b/markdown/extensions/fenced_code.py index bae7330a3..709e9238c 100644 --- a/markdown/extensions/fenced_code.py +++ b/markdown/extensions/fenced_code.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/fenced_code_blocks # for documentation. -# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/). +# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan). # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/meta.py b/markdown/extensions/meta.py index cb703399b..9976b8de2 100644 --- a/markdown/extensions/meta.py +++ b/markdown/extensions/meta.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/meta_data # for documentation. -# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com). +# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan). # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/sane_lists.py b/markdown/extensions/sane_lists.py index be421f943..5e05459fb 100644 --- a/markdown/extensions/sane_lists.py +++ b/markdown/extensions/sane_lists.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/sane_lists # for documentation. -# Original code Copyright 2011 [Waylan Limberg](http://achinghead.com) +# Original code Copyright 2011 [Waylan Limberg](https://github.com/waylan) # All changes Copyright 2011-2014 The Python Markdown Project diff --git a/markdown/extensions/tables.py b/markdown/extensions/tables.py index f405e35cd..678048e61 100644 --- a/markdown/extensions/tables.py +++ b/markdown/extensions/tables.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/tables # for documentation. -# Original code Copyright 2009 [Waylan Limberg](http://achinghead.com) +# Original code Copyright 2009 [Waylan Limberg](https://github.com/waylan) # All changes Copyright 2008-2014 The Python Markdown Project diff --git a/markdown/extensions/wikilinks.py b/markdown/extensions/wikilinks.py index 3f3cbe2dd..bb72c3d8f 100644 --- a/markdown/extensions/wikilinks.py +++ b/markdown/extensions/wikilinks.py @@ -6,7 +6,7 @@ # See https://Python-Markdown.github.io/extensions/wikilinks # for documentation. -# Original code Copyright [Waylan Limberg](http://achinghead.com/). +# Original code Copyright [Waylan Limberg](https://github.com/waylan). # All changes Copyright The Python Markdown Project