[libvirt PATCH] docs: Fix dead link

Tim Wiederhake posted 1 patch 3 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201221080136.11706-1-twiederh@redhat.com
docs/coding-style.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] docs: Fix dead link
Posted by Tim Wiederhake 3 years, 4 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 docs/coding-style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/coding-style.rst b/docs/coding-style.rst
index b3ac070fac..55dfa196a2 100644
--- a/docs/coding-style.rst
+++ b/docs/coding-style.rst
@@ -939,7 +939,7 @@ ok:
 Although libvirt does not encourage the Linux kernel wind/unwind
 style of multiple labels, there's a good general discussion of the
 issue archived at
-`KernelTrap <http://kerneltrap.org/node/553/2131>`__
+`KernelTrap <https://web.archive.org/web/20130521051957/http://kerneltrap.org/node/553/2131>`__
 
 When using goto, please use one of these standard labels if it
 makes sense:
-- 
2.26.2

Re: [libvirt PATCH] docs: Fix dead link
Posted by Martin Kletzander 3 years, 4 months ago
On Mon, Dec 21, 2020 at 09:01:36AM +0100, Tim Wiederhake wrote:
>Signed-off-by: Tim Wiederhake <twiederh@redhat.com>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>---
> docs/coding-style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/docs/coding-style.rst b/docs/coding-style.rst
>index b3ac070fac..55dfa196a2 100644
>--- a/docs/coding-style.rst
>+++ b/docs/coding-style.rst
>@@ -939,7 +939,7 @@ ok:
> Although libvirt does not encourage the Linux kernel wind/unwind
> style of multiple labels, there's a good general discussion of the
> issue archived at
>-`KernelTrap <http://kerneltrap.org/node/553/2131>`__
>+`KernelTrap <https://web.archive.org/web/20130521051957/http://kerneltrap.org/node/553/2131>`__
>
> When using goto, please use one of these standard labels if it
> makes sense:
>-- 
>2.26.2
>
Re: [libvirt PATCH] docs: Fix dead link
Posted by Michal Privoznik 3 years, 3 months ago
On 12/21/20 12:57 PM, Martin Kletzander wrote:
> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

Pushed now.

Michal