Skip to content

Commit 79e86a9

Browse files
committed
Replace links to freewisdom.org
Yuri's site (freewisdom.org) has gone offline. I have linked to his GitHub profile instead. Also, the developer's email address (markdown@freewisdom.org) has been replaced with a new address (python.markdown@gmail.com). The new address simply forwards all incoming messages to the project developer (@waylan) and deletes the messages.
1 parent 0e6dc4c commit 79e86a9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
3535
when an individual is representing the project or its community.
3636

3737
Instances of abusive, harassing, or otherwise unacceptable behavior may be
38-
reported by contacting a project maintainer at markdown@freewisdom.org. All
38+
reported by contacting a project maintainer at python.markdown@gmail.com. All
3939
complaints will be reviewed and investigated and will result in a response that
4040
is deemed necessary and appropriate to the circumstances. Maintainers are
4141
obligated to maintain confidentiality with regard to the reporter of an

docs/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Primary Authors
2222
and has been assisting with maintenance, reviewing pull requests and ticket
2323
triage.
2424

25-
* __[Yuri Takteyev](http://freewisdom.org/)__
25+
* __[Yuri Takteyev](https://github.com/yuri)__
2626

2727
Yuri wrote most of the code found in version 1.x while procrastinating his
2828
Ph.D. Various pieces of his code still exist, most notably the basic

docs/contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ propose changes to this document in a pull request.
99

1010
This project and everyone participating in it is governed by the
1111
[Python-Markdown Code of Conduct]. By participating, you are expected to uphold
12-
this code. Please report unacceptable behavior to [markdown@freewisdom.org][email].
12+
this code. Please report unacceptable behavior to <python.markdown@gmail.com>.
1313

1414
## Project Organization
1515

@@ -478,7 +478,6 @@ label from the same group.
478478

479479
[Python-Markdown Organization]: https://github.com/Python-Markdown
480480
[Python-Markdown Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
481-
[email]: mailto:markdown@freewisdom.org
482481
[Python-Markdown/markdown]: https://github.com/Python-Markdown/markdown
483482
[issue tracker]: https://github.com/Python-Markdown/markdown/issues
484483
[syntax rules]: https://daringfireball.net/projects/markdown/syntax

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ def get_version():
6969
long_description=long_description,
7070
long_description_content_type='text/markdown',
7171
author='Manfred Stienstra, Yuri takhteyev and Waylan limberg',
72-
author_email='waylan.limberg@icloud.com',
72+
author_email='python.markdown@gmail.com',
7373
maintainer='Waylan Limberg',
74-
maintainer_email='waylan.limberg@icloud.com',
74+
maintainer_email='python.markdown@gmail.com',
7575
license='BSD License',
7676
packages=['markdown', 'markdown.extensions'],
7777
python_requires='>=3.6',

0 commit comments

Comments
 (0)