Skip to content

Commit 9c8c206

Browse files
committed
Corrected links
1 parent cf55aae commit 9c8c206

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
'publish_date': datetime.datetime.now().date(),
105105
'years': '2016',
106106
'scm_name': 'Github',
107-
'scm_url': 'https://github.com/Bernardo-MG/dice-notation',
107+
'scm_url': 'https://github.com/Bernardo-MG/dice-notation-python',
108108
'ci_name': 'Travis',
109-
'ci_url': 'https://travis-ci.org/Bernardo-MG/dice-notation',
109+
'ci_url': 'https://travis-ci.org/Bernardo-MG/dice-notation-python',
110110
'issues_name': 'Github',
111-
'issues_url': 'https://github.com/Bernardo-MG/dice-notation/issues',
111+
'issues_url': 'https://github.com/Bernardo-MG/dice-notation-python/issues',
112112
'releases_repos': [
113113
('Pypi',
114114
'https://pypi.python.org/pypi/dice-notation')],

docs/source/reports.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Code Quality
1919
============ ===
2020
Report Description
2121
============ ===
22-
`Landscape`_ Coverage report
22+
`Landscape`_ Code quality report
2323
============ ===
2424

25-
.. _Coveralls: https://coveralls.io/github/Bernardo-MG/dice-notation
26-
.. _Landscape: https://landscape.io/github/Bernardo-MG/dice-notation/master
25+
.. _Coveralls: https://coveralls.io/github/Bernardo-MG/dice-notation-python
26+
.. _Landscape: https://landscape.io/github/Bernardo-MG/dice-notation-python/master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_tests(self):
6767
license='MIT',
6868
url='https://github.com/Bernardo-MG/dice-notation-python',
6969
download_url='https://pypi.python.org/pypi/dice-notation',
70-
keywords=['dice', 'rpg', 'parser'],
70+
keywords=['dice', 'dice notation', 'rpg', 'parser'],
7171
platforms='any',
7272
classifiers=[
7373
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)