Skip to content

Commit ccb1965

Browse files
authored
Merge pull request #5 from raukadah/fix
Update the new repo link
2 parents f4426b9 + 9cd1770 commit ccb1965

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ deploy:
1717
secure: Npfvf9zWWnU0hT7HOcjTD4Dl9JoMZeYVhkx+mWCNrxgLVBDSYmBK5nR91OmGSoBmEVi/PMeBHc6WgpLfPmBxFNNuwHpvPPZTC1xkRzR5uTnYoJ0NmGtVtLVWM6si0zYw/wgFDto2qFGowCU0Ps4fX3ZnsygcaF5yl6gV4PT4zwRPNU2dLQBSa6ydmofvDQ9gWHBi4FzjwcCYtthx0X4zzBVKTTITNnkjnFEIkRFN+cDqdD+rwBLHrAfUnxJ2wifmXHUvV1MNj61xQl/eMLOqmlJClG5CcP7cyaIEtlRpBQfFUlaXxHU8ouMuq+1NLcr+Be1jZ/LQo6k3D5Ae4D0flcLYsUk+wGC43zXYpqQ+E7ilWwu3QJQ+07XqURUr1s+h7BWlL02zBczxV4V9W8+RfdmKIt/OvMHEt8dndgFywqd2tLe4wbXl3m+s98MxVZuXKpJdWoX8bjbgNzDiqdvbgexOlrkMf4772N9yUsh4GvY+5oEa+SQss7mJlvdgloWWTCCUPN5Ln9vIlVCMNEGtcdA1YmJYvbiSP7JvjoGNcJICe7LoG1y0ZdG1OQtkesRmytjDOe1v08/YUfyyfYUD/iYdfjD+rlfJLhfYd8WB8SiooCazkV+GXN10Nl+ii9xW6oRtSa99kACptFrJDeK6Cr57cVWzW1jE/p+eWKq6nmk=
1818
on:
1919
tags: true
20-
repo: digitronik/linkstatus
20+
repo: pythonpune/linkstatus

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<p align="center">
55
<a href="https://pypi.org/project/linkstatus"><img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/linkstatus.svg?style=flat"></a>
6-
<a href="https://travis-ci.com/digitronik/linkstatus"><img alt="Build Status"
7-
src="https://travis-ci.com/digitronik/linkstatus.svg?branch=master"></a>
8-
<a href="https://github.com/digitronik/linkstatus/blob/master/LICENSE"><img alt="License: GPLv3" src="https://img.shields.io/pypi/l/linkstatus.svg?version=latest"></a>
6+
<a href="https://travis-ci.com/pythonpune/linkstatus"><img alt="Build Status"
7+
src="https://travis-ci.com/pythonpune/linkstatus.svg?branch=master"></a>
8+
<a href="https://github.com/pythonpune/linkstatus/blob/master/LICENSE"><img alt="License: GPLv3" src="https://img.shields.io/pypi/l/linkstatus.svg?version=latest"></a>
99
<a href="https://pypi.org/project/linkstatus/#history"><img alt="PyPI version" src="https://badge.fury.io/py/linkstatus.svg"></a>
1010
<a href="https://pepy.tech/project/linkstatus"><img alt="Downloads" src="https://pepy.tech/badge/linkstatus"></a>
1111
<a href="https://pypi.org/project/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
keywords=["linkstatus", "linkchecker", "link-checker", "markdown", "text", "linklint", "link"],
3434
name="linkstatus",
3535
packages=find_packages(include=["linkstatus"]),
36-
url="https://github.com/digitronik/linkstatus",
36+
url="https://github.com/pythonpune/linkstatus",
3737
license="GPLv3",
3838
zip_safe=False,
3939
)

tests/dir/links_markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[title - https](https://www.google.com "Google's Homepage")
1111

12-
[attribute - https](https://github.com/digitronik/linkstatus)
12+
[attribute - https](https://github.com/pythonpune/linkstatus)
1313

1414
[reference-style link][Arbitrary case-insensitive reference text]
1515

@@ -31,4 +31,4 @@ Some text to show that the reference links can follow later.
3131

3232
[link text itself]: http://www.reddit.com <!--noqa-->
3333

34-
[broken link](https://github.com/digitronic/linkstatus)
34+
[broken link](https://github.com/pythonpune/linkstatus)

tests/links_text

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Links:
22

3-
1. linkstatus: https://github.com/digitronik/linkstatus
3+
1. linkstatus: https://github.com/pythonpune/linkstatus
44
2. google: http://www.google.com
55
3. example: https://example.com
66
4. broken: https://github.com/xyz_foo

0 commit comments

Comments
 (0)