Skip to content

Commit a243eae

Browse files
sagesharpun33k
andauthored
Fix wiki URLs in README.md (#152)
* add tea file * rename tea * Fix wiki links in README.md On Feb 4, the name of the top-level wiki page was changed from "Python Slugify Wiki" to "Welcome to the python-slugify wiki!". That change to the wiki page title changed all the URLs for the wiki pages. If you tried to click a wiki URL in the README.md, GitHub would redirect you to a form to create a new wiki page with that name. Fix this by updating the URLs in README.md to match the new wiki top page title. TODO: I don't know if there are other wiki URLs in other documentation files. The instances in README.md were the ones I have time to fix while quickly trying to use python-slugify for a personal project. Thanks for all your work maintaining this project! --------- Co-authored-by: Val Neekman (AvidCoder) <[email protected]>
1 parent f85f948 commit a243eae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
This module, by default installs and uses [text-unidecode](https://github.com/kmike/text-unidecode) _(GPL & Perl Artistic)_ for its decoding needs.
1616

17-
However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. `Unidecode` is believed to be more [advanced](https://github.com/un33k/python-slugify/wiki/Python-Slugify-Wiki#notes-on-unidecode).
17+
However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. `Unidecode` is believed to be more [advanced](https://github.com/un33k/python-slugify/wiki/Welcome-to-the-python%E2%80%90slugify-wiki!#notes-on-unidecode).
1818

1919
### `Official` Support Matrix
2020

@@ -187,7 +187,7 @@ To run the tests against the current environment:
187187

188188
# Contribution
189189

190-
Please read the ([wiki](https://github.com/un33k/python-slugify/wiki/Python-Slugify-Wiki)) page prior to raising any PRs.
190+
Please read the ([wiki](https://github.com/un33k/python-slugify/wiki/Welcome-to-the-python%E2%80%90slugify-wiki!)) page prior to raising any PRs.
191191

192192
# License
193193

tea.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://tea.xyz/what-is-this-file
2+
---
3+
version: 1.0.0
4+
codeOwners:
5+
- '0xaC8Bb28685BD43FD784DC902E132829c6C6DafA2'
6+
quorum: 1
7+

0 commit comments

Comments
 (0)