Skip to content

Commit 49cbdcd

Browse files
committed
adding link
1 parent 957c1bb commit 49cbdcd

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

all.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,9 +2217,10 @@ <h2>Open source CI projects</h2>
22172217
<a href="https://github.com/jenkinsci/jenkins">Jenkins source code is on GitHub</a>.</p>
22182218
</li>
22192219
<li>
2220-
<p><a href="http://www.go.cd/">Go CD</a> is a CI server by ThoughtWorks that was
2221-
designed with best practices for the build and test &amp; release cycles in
2222-
mind. <a href="https://github.com/gocd/gocd">Go CD source code is on GitHub</a>.</p>
2220+
<p><a href="http://www.go.cd/">Go CD</a> is a CI server by
2221+
<a href="http://www.thoughtworks.com/">ThoughtWorks</a> that was designed with best
2222+
practices for the build and test &amp; release cycles in mind.
2223+
<a href="https://github.com/gocd/gocd">Go CD source code is on GitHub</a>.</p>
22232224
</li>
22242225
<li>
22252226
<p><a href="http://stridercd.com/">Strider</a> is a CI server written in node.js.

continuous-integration.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ <h2>Open source CI projects</h2>
5555
<a href="https://github.com/jenkinsci/jenkins">Jenkins source code is on GitHub</a>.</p>
5656
</li>
5757
<li>
58-
<p><a href="http://www.go.cd/">Go CD</a> is a CI server by ThoughtWorks that was
59-
designed with best practices for the build and test &amp; release cycles in
60-
mind. <a href="https://github.com/gocd/gocd">Go CD source code is on GitHub</a>.</p>
58+
<p><a href="http://www.go.cd/">Go CD</a> is a CI server by
59+
<a href="http://www.thoughtworks.com/">ThoughtWorks</a> that was designed with best
60+
practices for the build and test &amp; release cycles in mind.
61+
<a href="https://github.com/gocd/gocd">Go CD source code is on GitHub</a>.</p>
6162
</li>
6263
<li>
6364
<p><a href="http://stridercd.com/">Strider</a> is a CI server written in node.js.

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-10T11:03:27Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-10T11:14:38Z</updated></feed>

source/content/pages/06-automation/0602-continuous-integration.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ do not break existing tests ensure the software works as intended.
3232
deploying to test and production servers.
3333
[Jenkins source code is on GitHub](https://github.com/jenkinsci/jenkins).
3434

35-
* [Go CD](http://www.go.cd/) is a CI server by ThoughtWorks that was
36-
designed with best practices for the build and test & release cycles in
37-
mind. [Go CD source code is on GitHub](https://github.com/gocd/gocd).
35+
* [Go CD](http://www.go.cd/) is a CI server by
36+
[ThoughtWorks](http://www.thoughtworks.com/) that was designed with best
37+
practices for the build and test & release cycles in mind.
38+
[Go CD source code is on GitHub](https://github.com/gocd/gocd).
3839

3940
* [Strider](http://stridercd.com/) is a CI server written in node.js.
4041
[Strider source code is on GitHub](https://github.com/Strider-CD/strider).

0 commit comments

Comments
 (0)