diff --git a/.travis.yml b/.travis.yml index 8b91601..75f62de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ env: global: - FIXTURE_PATH=/tmp/schema_fixture/ matrix: - - NIRUM_URL=https://github.com/spoqa/nirum/releases/download/0.3.3/nirum-linux-x86_64 - - NIRUM_URL=https://github.com/spoqa/nirum/releases/download/0.4.0/nirum-linux-x86_64 + - NIRUM_URL=https://github.com/nirum-lang/nirum/releases/download/0.3.3/nirum-linux-x86_64 + - NIRUM_URL=https://github.com/nirum-lang/nirum/releases/download/0.4.0/nirum-linux-x86_64 - NIRUM_URL=https://nightly-builds.nirum.org/travis-builds/nirum-linux-x86_64 install: - pip install tox-travis diff --git a/CHANGES.rst b/CHANGES.rst index 6339b24..e162d64 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -42,7 +42,7 @@ Released on May 25, 2018. - ``WsgiApp.error()`` and ``WsgiApp.make_error_response()`` methods became able to take extra keyword arguments to extend the result JSON object. -__ https://github.com/spoqa/nirum/releases/tag/0.4.0 +__ https://github.com/nirum-lang/nirum/releases/tag/0.4.0 Version 0.2.2 @@ -54,7 +54,7 @@ Released on March 20, 2018. corresponding to a variable for a query string in ``@http-resource`` annotation's path has an optional type. [`#251`_ by Chang-soo Han] -.. _#251: https://github.com/spoqa/nirum/issues/251 +.. _#251: https://github.com/nirum-lang/nirum/issues/251 Version 0.2.1 @@ -66,7 +66,7 @@ Released on March 20, 2018. when a variable name for a query string has one or more hyphens in ``@http-resource`` annotation's ``path``. [`#250`_ by Chang-soo Han] -.. _#250: https://github.com/spoqa/nirum/issues/250 +.. _#250: https://github.com/nirum-lang/nirum/issues/250 Version 0.2.0 @@ -99,8 +99,8 @@ Released on February 4, 2018. - Fixed ``nirum-server`` command able to import a Python module/package from the current working directory (``.``; CWD). -.. _#205: https://github.com/spoqa/nirum/issues/205 -.. _#130: https://github.com/spoqa/nirum/issues/130 +.. _#205: https://github.com/nirum-lang/nirum/issues/205 +.. _#130: https://github.com/nirum-lang/nirum/issues/130 .. _CORS: https://www.w3.org/TR/cors/ diff --git a/README.rst b/README.rst index cfd81e3..f808289 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Nirum services as WSGI apps =========================== -.. image:: https://travis-ci.org/spoqa/nirum-python-wsgi.svg?branch=master - :target: https://travis-ci.org/spoqa/nirum-python-wsgi +.. image:: https://api.travis-ci.com/nirum-lang/nirum-python-wsgi.svg?branch=master + :target: https://travis-ci.com/nirum-lang/nirum-python-wsgi :alt: Build status .. image:: https://badge.fury.io/py/nirum-wsgi.svg diff --git a/setup.py b/setup.py index 5e4de1e..9d1cea9 100644 --- a/setup.py +++ b/setup.py @@ -78,8 +78,8 @@ def get_version(): version=get_version(), description='Nirum services as WSGI apps', long_description=readme(), - url='https://github.com/spoqa/nirum-python-wsgi', - bugtrack_url='https://github.com/spoqa/nirum/issues', + url='https://github.com/nirum-lang/nirum-python-wsgi', + bugtrack_url='https://github.com/nirum-lang/nirum/issues', author='Nirum team', license='MIT license', py_modules=['nirum_wsgi'],