[issue31948] Broken MSDN links in msilib docs
New submission from Berker Peksag <berker.peksag@gmail.com>: Most of the MSDN links in Doc/library/msilib.rst are broken: https://docs.python.org/3/library/msilib.html For example, the UuidToString link goes to https://msdn.microsoft.com/library?url=/library/en-us/rpc/rpc/uuidtostring.a... But I believe the correct link should be https://msdn.microsoft.com/en-us/library/windows/desktop/aa379352(v=vs.85).a... ---------- assignee: docs@python components: Documentation keywords: easy messages: 305593 nosy: berker.peksag, docs@python priority: normal severity: normal stage: needs patch status: open title: Broken MSDN links in msilib docs type: behavior versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Change by STINNER Victor <victor.stinner@gmail.com>: ---------- title: Broken MSDN links in msilib docs -> [EASY] Broken MSDN links in msilib docs _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Akash Jain <akashjain0108@gmail.com> added the comment: Hi, I am new to contributing in Python, Can I work on this issue? ---------- nosy: +Akash Jain _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Change by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- keywords: +patch pull_requests: +4345 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset 3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3 by Mariatta (Jesse-Bakker) in branch 'master': bpo-31948: Fix broken links in msilib docs (GH-4397) https://github.com/python/cpython/commit/3bda02222aa3783bf85fc3ff8bc042aefd9... ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: This couldn't be backported by miss-islington, so someone needs to do it manually. ---------- stage: patch review -> backport needed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Change by Jesse Bakker <jessebakker00@gmail.com>: ---------- pull_requests: +4346 stage: backport needed -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset 42336def77f53861284336b3335098a1b9b8cab2 by Mariatta (Jesse-Bakker) in branch '3.6': bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398) https://github.com/python/cpython/commit/42336def77f53861284336b3335098a1b9b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
Change by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31948> _______________________________________
participants (6)
-
Akash Jain
-
Berker Peksag
-
Jesse Bakker
-
Mariatta Wijaya
-
Roundup Robot
-
STINNER Victor