Skip to content

Commit 51a641a

Browse files
committed
Updated links
1 parent 8411b91 commit 51a641a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ after_success:
4545
# Documentation deployment
4646
- ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
4747
- cd ~/sphinx/build/html
48-
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_RELEASE
49-
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_DEVELOP
48+
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_RELEASE
49+
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_DEVELOP

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ operating with it on any Python application.
1919
:alt: Dice Notation Tools for Python Pypi package page
2020

2121
.. image:: https://img.shields.io/badge/docs-release-blue.svg
22-
:target: http://docs.wandrell.com/dice-notation-python
22+
:target: http://docs.bernardomg.com/dice-notation-python
2323
:alt: Dice Notation Tools for Python latest documentation
2424
.. image:: https://img.shields.io/badge/docs-develop-blue.svg
25-
:target: http://docs.wandrell.com/development/dice-notation-python
25+
:target: http://docs.bernardomg.com/development/dice-notation-python
2626
:alt: Dice Notation Tools for Python development documentation
2727

2828
Features
@@ -124,8 +124,8 @@ License
124124
The project has been released under the `MIT License`_.
125125

126126
.. _GitHub project page: https://github.com/Bernardo-MG/dice-notation-python
127-
.. _latest docs: http://docs.wandrell.com/dice-notation-python
128-
.. _development docs: http://docs.wandrell.com/development/dice-notation-python
127+
.. _latest docs: http://docs.bernardomg.com/dice-notation-python
128+
.. _development docs: http://docs.bernardomg.com/development/dice-notation-python
129129
.. _Pypi package: https://pypi.python.org/pypi/dice-notation
130130
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
131131
.. _project issues tracker: https://github.com/Bernardo-MG/dice-notation-python/issues

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'keywords': 'dice, dice notation, parser, Python, RPG',
101101
'author_name': ','.join(authors),
102102
'author_url': 'https://github.com/Bernardo-MG',
103-
'twitter_id': '@Wandrell_BMG',
103+
'twitter_id': '@BernardoMartG',
104104
'publish_date': datetime.datetime.now().date(),
105105
'years': '2016',
106106
'scm_name': 'Github',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_tests(self):
6363
version=version_lib,
6464
description='Dice notation tools',
6565
author='Bernardo Martínez Garrido',
66-
author_email='programming@wandrell.com',
66+
author_email='programming@bernardomg.com',
6767
license='MIT',
6868
url='https://github.com/Bernardo-MG/dice-notation-python',
6969
download_url='https://pypi.python.org/pypi/dice-notation',

0 commit comments

Comments
 (0)