Skip to content

Commit

Permalink
Merge pull request #76 from Harmon758/url-updates
Browse files Browse the repository at this point in the history
GitHub and badges URL updates
  • Loading branch information
wswld committed Nov 26, 2019
2 parents 39dcf41 + 8df6f27 commit fdbaff8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,6 +1,5 @@
[![Build Status](https://travis-ci.org/txels/ddt.svg)](https://travis-ci.org/txels/ddt)
[![Code Health](https://landscape.io/github/txels/ddt/master/landscape.svg)](https://landscape.io/github/txels/ddt/master)
[![codecov.io](https://codecov.io/github/txels/ddt/coverage.svg?branch=master)](https://codecov.io/github/txels/ddt)
[![Build Status](https://travis-ci.org/datadriventests/ddt.svg)](https://travis-ci.org/datadriventests/ddt)
[![codecov.io](https://codecov.io/github/datadriventests/ddt/coverage.svg?branch=master)](https://codecov.io/github/datadriventests/ddt)
<br />
[![Version](https://img.shields.io/pypi/v/ddt.svg)](https://pypi.python.org/pypi/ddt)
[![Downloads](https://img.shields.io/pypi/dm/ddt.svg)](https://pypi.python.org/pypi/ddt)
Expand Down
4 changes: 2 additions & 2 deletions ddt.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# This file is a part of DDT (https://github.com/txels/ddt)
# This file is a part of DDT (https://github.com/datadriventests/ddt)
# Copyright 2012-2015 Carles Barrobés and DDT contributors
# For the exact contribution history, see the git revision log.
# DDT is licensed under the MIT License, included in
# https://github.com/txels/ddt/blob/master/LICENSE.md
# https://github.com/datadriventests/ddt/blob/master/LICENSE.md

import inspect
import json
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -27,4 +27,4 @@ Indices and tables
* :ref:`search`


.. _Github: https://github.com/txels/ddt
.. _Github: https://github.com/datadriventests/ddt
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
version=__version__,
author='Carles Barrobés',
author_email='carles@barrobes.com',
url='https://github.com/txels/ddt',
url='https://github.com/datadriventests/ddt',
py_modules=['ddt'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit fdbaff8

Please sign in to comment.