From ab597d4fa2f21333a3351de54c4d025014b1646c Mon Sep 17 00:00:00 2001
From: Andreas Jaeger <aj@suse.com>
Date: Wed, 11 Jan 2017 08:34:05 +0100
Subject: [PATCH] Fix broken link

The Jenkins page does not exist anymore, remove the link to it.

Change-Id: If2796a38f3a5b9e4ff7ae6b87a5dfc5139cd5b15
---
 doc/source/third_party.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst
index d650ea11b6..6301c4a88f 100644
--- a/doc/source/third_party.rst
+++ b/doc/source/third_party.rst
@@ -361,7 +361,7 @@ The following documentation explains how to setup a 3rd party CI system using th
 Managing Jenkins Jobs
 ---------------------
 When code is pushed to Gerrit, a series of jobs are triggered that run a series
-of tests against the proposed code. `Jenkins <http://docs.openstack.org/infra/system-config/jenkins.html>`_
+of tests against the proposed code. Jenkins
 is the server that executes and
 manages these jobs. It is a Java application with an extensible architecture
 that supports plugins that add functionality to the base server.