From c3b215a3d3378a4265623b1b27cd2a8b3c0f93a2 Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Tue, 23 Jul 2013 09:58:35 -0700 Subject: [PATCH] Remove link to v1 API documentation --- docs/00_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/00_overview.md b/docs/00_overview.md index 1a134181..5e961760 100644 --- a/docs/00_overview.md +++ b/docs/00_overview.md @@ -1,6 +1,6 @@ # Overview -**This documentation is for the v2 API. However, this endpoint does also serve the [v1 API](http://about.travis-ci.org/docs/dev/api/).** +**This documentation is for the v2 API. However, this endpoint does also serve the v1 API (undocumented).** Welcome to the Travis API documentation. This is the API used by the official [Travis CI](https://next.travis-ci.org) web interface, so everything the web @@ -12,4 +12,4 @@ The API is currently [JSON](http://en.wikipedia.org/wiki/JSON) only. ## Clients and Libraries -* **[Travis Web](https://github.com/travis-ci/travis-web)**: The official Travis CI client, using [Ember.js](http://emberjs.com/). \ No newline at end of file +* **[Travis Web](https://github.com/travis-ci/travis-web)**: The official Travis CI client, using [Ember.js](http://emberjs.com/).