Skip to content

Commit a4e45e3

Browse files
committed
kennethreitz -> psf
1 parent b6fec3a commit a4e45e3

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Requests-HTML: HTML Parsing for Humans™
33

44
.. image:: https://farm5.staticflickr.com/4695/39152770914_a3ab8af40d_k_d.jpg
55

6-
.. image:: https://travis-ci.org/kennethreitz/requests-html.svg?branch=master
7-
:target: https://travis-ci.org/kennethreitz/requests-html
6+
.. image:: https://travis-ci.com/psf/requests-html.svg?branch=master
7+
:target: https://travis-ci.com/psf/requests-html
88

99
This library intends to make parsing HTML (e.g. scraping the web) as
1010
simple and intuitive as possible.

docs/source/_templates/sidebarintro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p>
8-
<iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests-html&type=watch&count=true&size=large"
8+
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
99
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
1010
</p>
1111

@@ -17,7 +17,7 @@
1717
<h3>Stay Informed</h3>
1818
<p>Receive updates on new releases and upcoming projects.</p>
1919

20-
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
20+
<p><iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
2121
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
2222
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
2323
<style>

docs/source/_templates/sidebarlogo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p>
8-
<iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests-html&type=watch&count=true&size=large"
8+
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
99
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
1010
</p>
1111

@@ -17,7 +17,7 @@
1717
<h3>Stay Informed</h3>
1818
<p>Receive updates on new releases and upcoming projects.</p>
1919

20-
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
20+
<p><iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
2121
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
2222
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
2323
<style>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#
9191
html_theme_options = {
9292
'show_powered_by': False,
93-
'github_user': 'kennethreitz',
93+
'github_user': 'psf',
9494
'github_repo': 'requests-html',
9595
'github_banner': True,
9696
'show_related': False,

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Requests-HTML: HTML Parsing for Humans (writing Python 3)!
1313

1414

1515

16-
.. image:: https://travis-ci.org/kennethreitz/requests-html.svg?branch=master
17-
:target: https://travis-ci.org/kennethreitz/requests-html
16+
.. image:: https://travis-ci.com/psf/requests-html.svg?branch=master
17+
:target: https://travis-ci.com/psf/requests-html
1818

1919
This library intends to make parsing HTML (e.g. scraping the web) as
2020
simple and intuitive as possible.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Package meta-data.
1515
NAME = 'requests-html'
1616
DESCRIPTION = 'HTML Parsing for Humans.'
17-
URL = 'https://github.com/kennethreitz/requests-html'
17+
URL = 'https://github.com/psf/requests-html'
1818
EMAIL = 'me@kennethreitz.org'
1919
AUTHOR = 'Kenneth Reitz'
2020
VERSION = '0.10.0'

0 commit comments

Comments
 (0)