We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b7f8e commit fda133fCopy full SHA for fda133f
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
THIS_DIR = Path(__file__).resolve().parent
8
try:
9
history = (THIS_DIR / 'HISTORY.md').read_text()
10
- history = re.sub(r'#(\d+)', r'[#\1](https://github.com/samuelcolvin/pydantic/issues/\1)', history)
+ history = re.sub(r'#(\d+)', r'[#\1](https://github.com/samuelcolvin/python-devtools/issues/\1)', history)
11
history = re.sub(r'( +)@([\w\-]+)', r'\1[@\2](https://github.com/\2)', history, flags=re.I)
12
history = re.sub('@@', '@', history)
13
0 commit comments