Skip to content

Commit

Permalink
update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 23, 2017
1 parent 209b427 commit c6bfd2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://travis-ci.org/lazka/senf.svg?branch=master
:target: https://travis-ci.org/lazka/senf
.. image:: https://travis-ci.org/quodlibet/senf.svg?branch=master
:target: https://travis-ci.org/quodlibet/senf

**Senf** introduces a new platform native string type called `fsnative`. It
adds functions to convert text, bytes and paths to and from that new type and
Expand All @@ -11,10 +11,10 @@ patch anything in the stdlib.

For more info see https://senf.readthedocs.io/

.. image:: https://github.com/lazka/senf/raw/master/docs/images/ls.png
.. image:: https://github.com/quodlibet/senf/raw/master/docs/images/ls.png
:width: 699
:height: 470

.. image:: https://github.com/lazka/senf/raw/master/docs/images/ansi.png
.. image:: https://github.com/quodlibet/senf/raw/master/docs/images/ansi.png
:width: 699
:height: 470
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]

extlinks = {
'bug': ('https://github.com/lazka/senf/issues/%s', '#'),
'pr': ('https://github.com/lazka/senf/pull/%s', '#'),
'bug': ('https://github.com/quodlibet/senf/issues/%s', '#'),
'pr': ('https://github.com/quodlibet/senf/pull/%s', '#'),
'user': ('https://github.com/%s', ''),
}
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ patch anything in the stdlib.

<i class="fa fa-github"></i>

|github-logo| https://github.com/lazka/senf
|github-logo| https://github.com/quodlibet/senf

Why?
----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run(self):
setup(
name="senf",
version=senf.version_string,
url="https://github.com/lazka/senf",
url="https://github.com/quodlibet/senf",
description=("Consistent filename handling for all Python versions "
"and platforms"),
long_description=long_description,
Expand Down

0 comments on commit c6bfd2e

Please sign in to comment.