Skip to content

Commit

Permalink
Replace effbot.org links
Browse files Browse the repository at this point in the history
effbot.org was the old site for ElementTree from before it was added
to the Python standard library. We now link to the standard library
which is up-to-date and avoid bad links to a third-party site which
is currently down.
  • Loading branch information
waylan committed Dec 8, 2020
1 parent 5a7bbaf commit ca43456
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/extensions/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,8 @@ def set_link_class(self, element):
set_link_class(child) # run recursively on children
```

For more information about working with ElementTree see the ElementTree
[Documentation](https://effbot.org/zone/element-index.htm) ([Python
Docs](https://docs.python.org/3/library/xml.etree.elementtree.html)).
For more information about working with ElementTree see the [ElementTree
Documentation][ElementTree].

## Integrating Your Code Into Markdown {: #integrating_into_markdown }

Expand Down Expand Up @@ -858,7 +857,7 @@ assert someitem in registry
[registerExtension]: #registerextension
[Config Settings]: #configsettings
[makeExtension]: #makeextension
[ElementTree]: https://effbot.org/zone/element-index.htm
[ElementTree]: https://docs.python.org/3/library/xml.etree.elementtree.html
[Available Extensions]: index.md
[Footnotes]: https://github.com/Python-Markdown/markdown/blob/master/markdown/extensions/footnotes.py
[Definition Lists]: https://github.com/Python-Markdown/markdown/blob/master/markdown/extensions/definition_lists
Expand Down

0 comments on commit ca43456

Please sign in to comment.