[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs

Philippe Mathieu-Daudé posted 1 patch 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201010080741.2932406-1-philmd@redhat.com
docs/devel/testing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
Avocado documentation referred returns 404 error.
Update the broken links.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 docs/devel/testing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index bd64c1bdcdd..23a1697d9f4 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -696,7 +696,7 @@ To manually install Avocado and its dependencies, run:
 
 Alternatively, follow the instructions on this link:
 
-  http://avocado-framework.readthedocs.io/en/latest/GetStartedGuide.html#installing-avocado
+  https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/installing.html
 
 Overview
 --------
@@ -879,7 +879,7 @@ Parameter reference
 To understand how Avocado parameters are accessed by tests, and how
 they can be passed to tests, please refer to::
 
-  http://avocado-framework.readthedocs.io/en/latest/WritingTests.html#accessing-test-parameters
+  https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/writing.html#accessing-test-parameters
 
 Parameter values can be easily seen in the log files, and will look
 like the following:
-- 
2.26.2

Re: [PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
Posted by Cleber Rosa 3 years, 6 months ago
On Sat, Oct 10, 2020 at 10:07:41AM +0200, Philippe Mathieu-Daudé wrote:
> Avocado documentation referred returns 404 error.
> Update the broken links.
>

Thanks!

> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Reviewed-by: Cleber Rosa <crosa@redhat.com>
Re: [PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
On 10/10/20 10:07 AM, Philippe Mathieu-Daudé wrote:
> Avocado documentation referred returns 404 error.
> Update the broken links.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   docs/devel/testing.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index bd64c1bdcdd..23a1697d9f4 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -696,7 +696,7 @@ To manually install Avocado and its dependencies, run:
>   
>   Alternatively, follow the instructions on this link:
>   
> -  http://avocado-framework.readthedocs.io/en/latest/GetStartedGuide.html#installing-avocado
> +  https://avocado-framework.readthedocs.io/en/latest/guides/user/chapters/installing.html
>   
>   Overview
>   --------
> @@ -879,7 +879,7 @@ Parameter reference
>   To understand how Avocado parameters are accessed by tests, and how
>   they can be passed to tests, please refer to::
>   
> -  http://avocado-framework.readthedocs.io/en/latest/WritingTests.html#accessing-test-parameters
> +  https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/writing.html#accessing-test-parameters
>   
>   Parameter values can be easily seen in the log files, and will look
>   like the following:
> 

Thanks, applied to my acceptance-testing tree.