Skip to content

Commit 853cfb0

Browse files
authored
chore(license): fix legacy link of Waylan (#2802)
* chore(license): fix legacy link of Waylan * chore: fix legacy link of Waylan in Python code
1 parent 38522b4 commit 853cfb0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Fenced Code Extension for Python Markdown
3434
This extension adds Fenced Code Blocks to Python-Markdown.
3535
See <https://python-markdown.github.io/extensions/fenced_code_blocks/>
3636
for documentation.
37-
Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
37+
Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan).
3838
All changes Copyright 2008-2014 The Python Markdown Project
3939
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
4040
```
@@ -49,7 +49,7 @@ CodeHilite Extension for Python-Markdown
4949
Adds code/syntax highlighting to standard Python-Markdown code blocks.
5050
See <https://python-markdown.github.io/extensions/code_hilite/>
5151
for documentation.
52-
Original code Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/).
52+
Original code Copyright 2006-2008 [Waylan Limberg](https://github.com/waylan).
5353
All changes Copyright 2008-2014 The Python Markdown Project
5454
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
5555
```

pymdownx/highlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See <https://pythonhosted.org/Markdown/extensions/code_hilite.html>
1616
for documentation.
1717
18-
Original code Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/).
18+
Original code Copyright 2006-2008 [Waylan Limberg](https://github.com/waylan).
1919
2020
All changes Copyright 2008-2014 The Python Markdown Project
2121

pymdownx/superfences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
See <https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html>
2121
for documentation.
2222
23-
Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
23+
Original code Copyright 2007-2008 [Waylan Limberg](https://github.com/waylan).
2424
2525
2626
All changes Copyright 2008-2014 The Python Markdown Project

0 commit comments

Comments
 (0)