Sphinx linkcheck complains with:

Warning, treated as error:
.../Documentation/intro/install/windows.rst:1093:broken link:
        www.appveyor.com ()

Add a https scheme in link to AppVeyor website.

Signed-off-by: David Marchand <[email protected]>
---
 Documentation/intro/install/windows.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/intro/install/windows.rst 
b/Documentation/intro/install/windows.rst
index 44fc6ae379..78f60f35ac 100644
--- a/Documentation/intro/install/windows.rst
+++ b/Documentation/intro/install/windows.rst
@@ -1090,9 +1090,9 @@ To stop and delete the services, run:
 Windows CI Service
 ------------------
 
-`AppVeyor <www.appveyor.com>`__ provides a free Windows autobuild service for
-open source projects.  Open vSwitch has integration with AppVeyor for
-continuous build.  A developer can build test his changes for Windows by
+`AppVeyor <https://www.appveyor.com>`__ provides a free Windows autobuild
+service for open source projects.  Open vSwitch has integration with AppVeyor
+for continuous build.  A developer can build test his changes for Windows by
 logging into appveyor.com using a github account, creating a new project by
 linking it to his development repository in github and triggering a new build.
 
-- 
2.39.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to