Skip to content

Commit

Permalink
Documentation: Fix link to AppVeyor.
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
david-marchand authored and igsilya committed Jan 11, 2023
1 parent 7e18ae6 commit 61e2259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/intro/install/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 61e2259

Please sign in to comment.