diff options
| author | Tom Christie | 2012-10-03 09:46:12 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-03 09:46:12 +0100 |
| commit | d8b05201edde0dd3b22d3b57ebeb04a2ed533b95 (patch) | |
| tree | 56ffc76eddfa3fc07da832f98d605767755d8493 /docs/index.md | |
| parent | 1a05942166abfc68f83caea535aa44733b1e37a9 (diff) | |
| parent | 637bfa0f8f4f5be4b877109bd744aa66718ececc (diff) | |
| download | django-rest-framework-d8b05201edde0dd3b22d3b57ebeb04a2ed533b95.tar.bz2 | |
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 92afbea8..e301f77a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ <iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> -[][travis] +[![travis-build-image]][travis] # Django REST framework @@ -141,6 +141,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [travis]: http://travis-ci.org/tomchristie/django-rest-framework?branch=restframework2 +[travis-build-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=restframework2 [urlobject]: https://github.com/zacharyvoase/urlobject [markdown]: http://pypi.python.org/pypi/Markdown/ [yaml]: http://pypi.python.org/pypi/PyYAML |
