Skip to content

Commit d56ba16

Browse files
authored
Fix incorrect link in upnp.py
The reference link to the UPnP port forwarding tutorial was incorrect. Updated the link to the correct one: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html
1 parent b5a67be commit d56ba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upnp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=too-many-statements,too-many-branches,protected-access,no-self-use
22
"""
33
Complete UPnP port forwarding implementation in separate thread.
4-
Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port
4+
Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html
55
"""
66

77
import re

0 commit comments

Comments
 (0)