Cleaning up the CI/CD entries.
diff --git a/Home.md b/Home.md
index 55dbd3e..1e0294a 100644
--- a/Home.md
+++ b/Home.md
@@ -159,11 +159,7 @@
     - [Google Cloud Platform and App Engine for Go](https://cloud.google.com/appengine/docs/go/)
     - [Heroku](https://github.com/heroku/heroku-buildpack-go)
     - See here for [information on additional providers](ProviderIntegration)
-  - Continuous Integration and Continuous Deployment - Go is well supported by most CI/CD framworks
-    - [Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin)
-    - [Travis](http://docs.travis-ci.com/user/languages/go/)
-    - [Werker](http://devcenter.wercker.com/quickstarts/building/golang.html)
-    - More information [is available here](HostedContinuousIntegration)
+  - [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD framworks
   - Monitoring/Logging
     - [DeferPanic](http://deferpanic.com) - Dedicated Go application performance monitoring.
   - Package and Dependency Management
diff --git a/HostedContinuousIntegration.md b/HostedContinuousIntegration.md
index f3a1b65..a5b27bb 100644
--- a/HostedContinuousIntegration.md
+++ b/HostedContinuousIntegration.md
@@ -1,17 +1,15 @@
-# Introduction
-
 A number of hosted continuous integration platforms have support for Go
 
-
-# Details
-
 | Provider | Documentation | Notes |
 |:---------|:--------------|:------|
-| [AppVeyor](http://www.appveyor.com/) | https://bitbucket.org/appveyor/test-go | Windows |
-| [CircleCI](https://circleci.com/) |               |       |
-| [Codeship](http://codeship.io) | https://www.codeship.io/documentation/languages-and-frameworks/go/ |       |
-| [drone.io](http://drone.io/) | http://docs.drone.io/golang.html | open-source version: https://github.com/drone/drone |
-| [GoCI](http://goci.me/) | http://goci.me/how | source code: https://github.com/zeebo/goci |
-| [Magnum CI](https://magnum-ci.com/) | https://magnum-ci.com/docs/go |       |
-| [Travis CI](http://travis-ci.org) | http://docs.travis-ci.com/user/languages/go/ |       |
-| [Wercker](http://wercker.com/) | http://blog.wercker.com/2013/07/10/Golang-on-wercker.html |       |
\ No newline at end of file
+| [AppVeyor](http://www.appveyor.com/) | [docs](https://bitbucket.org/appveyor/test-go) | Windows |
+| [CircleCI](https://circleci.com/) | | [howto-1](http://stackengine.com/golang-with-circleci/) [howto-2](https://medium.com/@jgautheron/publish-your-golang-binaries-in-github-with-circleci-e0b64cb21bf8)     |
+| [Codeship](http://codeship.io) | [docs](https://www.codeship.io/documentation/languages-and-frameworks/go/) |       |
+| [drone.io](http://drone.io/) | [docs](http://docs.drone.io/golang.html) | [open-source version](https://github.com/drone/drone) |
+| [GoCI](http://goci.me/) | [docs](http://goci.me/how) | [source code](https://github.com/zeebo/goci) |
+| [Jenkins](https://jenkins-ci.org/) | [docs](https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin) | |
+| [Magnum CI](https://magnum-ci.com/) | [docs](https://magnum-ci.com/docs/go) |       |
+| [Travis CI](http://travis-ci.org) | [docs](http://docs.travis-ci.com/user/languages/go/) | [howto](http://loads.pickle.me.uk/2015/08/22/easy-peasy-github-releases-for-go-projects-using-travis/)     |
+| [Wercker](http://wercker.com/) | [docs](http://devcenter.wercker.com/quickstarts/building/golang.html) |       |
+
+