diff mbox series

[ovs-dev,2/5] Documentation: Fix link to AppVeyor.

Message ID 20230109165506.1547558-2-david.marchand@redhat.com
State Accepted
Commit 61e2259cf4d663811e942928e7d0102f9fca31c6
Headers show
Series [ovs-dev,1/5] Documentation: Fix link to iproute2 git repository. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

David Marchand Jan. 9, 2023, 4:55 p.m. UTC
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 <david.marchand@redhat.com>
---
 Documentation/intro/install/windows.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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.