Skip to content

Commit 21449ac

Browse files
committed
chore(license): fix legacy link of Walan
1 parent 2b49115 commit 21449ac

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

markdown/extensions/abbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/abbreviations
77
# for documentation.
88

9-
# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/)
9+
# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan)
1010
# and [Seemant Kulleen](http://www.kulleen.org/)
1111

1212
# All changes Copyright 2008-2014 The Python Markdown Project

markdown/extensions/attr_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See https://Python-Markdown.github.io/extensions/attr_list
99
# for documentation.
1010

11-
# Original code Copyright 2011 [Waylan Limberg](http://achinghead.com/).
11+
# Original code Copyright 2011 [Waylan Limberg](https://github.com/waylan).
1212

1313
# All changes Copyright 2011-2014 The Python Markdown Project
1414

markdown/extensions/codehilite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/code_hilite
77
# for documentation.
88

9-
# Original code Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/).
9+
# Original code Copyright 2006-2008 [Waylan Limberg](https://github.com/waylan).
1010

1111
# All changes Copyright 2008-2014 The Python Markdown Project
1212

markdown/extensions/def_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/definition_lists
77
# for documentation.
88

9-
# Original code Copyright 2008 [Waylan Limberg](http://achinghead.com)
9+
# Original code Copyright 2008 [Waylan Limberg](https://github.com/waylan)
1010

1111
# All changes Copyright 2008-2014 The Python Markdown Project
1212

markdown/extensions/fenced_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/fenced_code_blocks
77
# for documentation.
88

9-
# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
9+
# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan).
1010

1111
# All changes Copyright 2008-2014 The Python Markdown Project
1212

markdown/extensions/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/meta_data
77
# for documentation.
88

9-
# Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com).
9+
# Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan).
1010

1111
# All changes Copyright 2008-2014 The Python Markdown Project
1212

markdown/extensions/sane_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/sane_lists
77
# for documentation.
88

9-
# Original code Copyright 2011 [Waylan Limberg](http://achinghead.com)
9+
# Original code Copyright 2011 [Waylan Limberg](https://github.com/waylan)
1010

1111
# All changes Copyright 2011-2014 The Python Markdown Project
1212

markdown/extensions/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/tables
77
# for documentation.
88

9-
# Original code Copyright 2009 [Waylan Limberg](http://achinghead.com)
9+
# Original code Copyright 2009 [Waylan Limberg](https://github.com/waylan)
1010

1111
# All changes Copyright 2008-2014 The Python Markdown Project
1212

markdown/extensions/wikilinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://Python-Markdown.github.io/extensions/wikilinks
77
# for documentation.
88

9-
# Original code Copyright [Waylan Limberg](http://achinghead.com/).
9+
# Original code Copyright [Waylan Limberg](https://github.com/waylan).
1010

1111
# All changes Copyright The Python Markdown Project
1212

0 commit comments

Comments
 (0)