Skip to content

Commit a1c3b95

Browse files
committed
fix broken url
1 parent 380a423 commit a1c3b95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_socketcan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_pypy_socketcan_support(self):
377377
378378
This test shall document raw CAN socket support under PyPy. Once this test fails, it is likely that PyPy
379379
either implemented raw CAN socket support or at least changed the error that is thrown.
380-
https://foss.heptapod.net/pypy/pypy/-/issues/3809
380+
https://github.com/pypy/pypy/issues/3808
381381
https://github.com/hardbyte/python-can/issues/1479
382382
"""
383383
try:
@@ -386,7 +386,7 @@ def test_pypy_socketcan_support(self):
386386
if "unknown address family" not in str(e):
387387
warnings.warn(
388388
"Please check if PyPy has implemented raw CAN socket support! "
389-
"See: https://foss.heptapod.net/pypy/pypy/-/issues/3809"
389+
"See: https://github.com/pypy/pypy/issues/3808"
390390
)
391391

392392

0 commit comments

Comments
 (0)