Skip to content

Commit

Permalink
Merge pull request CZ-NIC#846 from CZ-NIC/repo-move
Browse files Browse the repository at this point in the history
Fix links after repo move
  • Loading branch information
tpazderka committed Feb 20, 2023
2 parents f6c590c + 12247bc commit 6f7f893
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 165 deletions.
298 changes: 149 additions & 149 deletions CHANGELOG.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
.. image:: https://readthedocs.org/projects/pyoidc/badge/?version=latest
:target: http://pyoidc.readthedocs.io/en/latest/?badge=latest

.. image:: https://codecov.io/gh/OpenIDC/pyoidc/branch/master/graph/badge.svg
:target: https://codecov.io/gh/OpenIDC/pyoidc
.. image:: https://codecov.io/gh/CZ-NIC/pyoidc/branch/master/graph/badge.svg
:target: https://codecov.io/gh/CZ-NIC/pyoidc

.. image:: https://api.codacy.com/project/badge/Grade/2038cfa7c56b480db6ae18b8320d7157
:target: https://www.codacy.com/app/tpazderka/pyoidc?utm_source=github.com&utm_medium=referral&utm_content=OpenIDC/pyoidc&utm_campaign=Badge_Grade
:target: https://www.codacy.com/app/tpazderka/pyoidc?utm_source=github.com&utm_medium=referral&utm_content=CZ-NIC/pyoidc&utm_campaign=Badge_Grade

A Python OpenID Connect implementation
======================================
Expand All @@ -26,7 +26,7 @@ of OAuth2.0 too.
Please see the `CHANGELOG.md`_ to review the latest changes.

.. _OpenID Connect Core specification: http://openid.net/specs/openid-connect-core-1_0.html
.. _CHANGELOG.md: https://github.com/OpenIDC/pyoidc/blob/master/CHANGELOG.md
.. _CHANGELOG.md: https://github.com/CZ-NIC/pyoidc/blob/master/CHANGELOG.md

Documentation
==============
Expand All @@ -39,7 +39,7 @@ improve the documentation.

.. _documentation: http://pyoidc.rtfd.io
.. _Read the Docs: https://readthedocs.org/
.. _there are various issues: https://github.com/OpenIDC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation
.. _there are various issues: https://github.com/CZ-NIC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation

Examples
========
Expand All @@ -51,7 +51,7 @@ the current examples largely do not work. Please help us by submitting pull
requests that may bring these examples back into a working condition if you
get something working locally.

.. _there are many issues: https://github.com/OpenIDC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Aexamples
.. _there are many issues: https://github.com/CZ-NIC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Aexamples

Acknowledgements
================
Expand Down Expand Up @@ -79,7 +79,7 @@ Contribute

`Fork the repository`_, clone your copy and `install pipenv`_.

.. _Fork the repository: https://github.com/OpenIDC/pyoidc#fork-destination-box
.. _Fork the repository: https://github.com/CZ-NIC/pyoidc#fork-destination-box
.. _install pipenv: https://pipenv.readthedocs.io/en/latest/

Then just run:
Expand All @@ -99,8 +99,8 @@ issues`_ to see what needs working on. Do not hesitate to ask questions if
something is unclear. We mark easy issues as `newcomer-friendly`_, so they are
a good place to start if you want to contribute.

.. _our issues: https://github.com/OpenIDC/pyoidc/issues
.. _newcomer-friendly: https://github.com/OpenIDC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer-friendly
.. _our issues: https://github.com/CZ-NIC/pyoidc/issues
.. _newcomer-friendly: https://github.com/CZ-NIC/pyoidc/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer-friendly

Windows
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/contrib/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Firstly, fork_ the project and get a local copy with:

$ git clone git@github.com:<your-username>/pyoidc.git

.. _fork: https://github.com/OpenIDC/pyoidc/issues#fork-destination-box
.. _fork: https://github.com/CZ-NIC/pyoidc/issues#fork-destination-box

PyOIDC supports Python 3.

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In order to get started, you'll need to install Docker_. Once installed, please
run the `runOpRp.sh`_ script in the root of the repository.

.. _Docker: https://docs.docker.com/get-docker/
.. _runOpRp.sh: https://github.com/OpenIDC/pyoidc/blob/master/runOpRp.sh
.. _runOpRp.sh: https://github.com/CZ-NIC/pyoidc/blob/master/runOpRp.sh

This will set up the following:

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Getting a copy is simple with Pip_:

.. raw:: html

<a href="https://github.com/OpenIDC/pyoidc" class="github" target="_blank">
<a href="https://github.com/CZ-NIC/pyoidc" class="github" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="_static/ViewmeonGitHub.png" alt="Fork me on GitHub" class="github"/>
</a>
2 changes: 1 addition & 1 deletion oidc_example/op2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OP2 Example
Getting Started
---------------

git clone https://github.com/OpenIDC/pyoidc.git
git clone https://github.com/CZ-NIC/pyoidc.git
cd pyoidc/oidc_example/op2/
python3 -m venv venv && . venv/bin/activate
pip install -r requirements.txt -c constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion oidc_example/op2/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def _import_config(config_path):
_urls.append((r'^' + end_point, make_auth_verify(authn.verify)))

if authkey in {"SAML", "SamlPass"}:
# https://github.com/OpenIDC/pyoidc/issues/33
# https://github.com/CZ-NIC/pyoidc/issues/33
# noinspection PyUnresolvedReferences
from saml2 import BINDING_HTTP_REDIRECT, BINDING_HTTP_POST
from oic.utils.authn.saml import SAMLAuthnMethod
Expand Down
2 changes: 1 addition & 1 deletion oidc_example/op3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
An example of OpenID Connect Provider based on pyoidc.

This example is a simplified version of pyoidc "op2" example available at:
https://github.com/OpenIDC/pyoidc/tree/master/oidc_example/op2
https://github.com/CZ-NIC/pyoidc/tree/master/oidc_example/op2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_tests(self):
author="Roland Hedberg",
author_email="roland@catalogix.se",
license="Apache 2.0",
url='https://github.com/OpenIDC/pyoidc/',
url='https://github.com/CZ-NIC/pyoidc/',
packages=[
"oic", "oic/oauth2", "oic/oic", "oic/utils", "oic/utils/authn",
"oic/utils/userinfo", 'oic/utils/rp', 'oic/extension'
Expand Down

0 comments on commit 6f7f893

Please sign in to comment.