Skip to content

Commit fda133f

Browse files
committed
correct changelog link, fix #76
1 parent f2b7f8e commit fda133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
THIS_DIR = Path(__file__).resolve().parent
88
try:
99
history = (THIS_DIR / 'HISTORY.md').read_text()
10-
history = re.sub(r'#(\d+)', r'[#\1](https://github.com/samuelcolvin/pydantic/issues/\1)', history)
10+
history = re.sub(r'#(\d+)', r'[#\1](https://github.com/samuelcolvin/python-devtools/issues/\1)', history)
1111
history = re.sub(r'( +)@([\w\-]+)', r'\1[@\2](https://github.com/\2)', history, flags=re.I)
1212
history = re.sub('@@', '@', history)
1313

0 commit comments

Comments
 (0)