Skip to content

Commit

Permalink
corrected some domains
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffxuan committed Apr 27, 2016
1 parent 5ea97b6 commit 02ef804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -18,7 +18,7 @@ This is a Python library used for creating unique **hub keys** used
within the Open Permissions Platform.

`Click here for the Open Permissions Platform home
page <http://www.openpermissions/>`__
page <http://www.openpermissions.org/>`__

Dependencies
============
Expand Down Expand Up @@ -90,7 +90,7 @@ Code
from bass.hubkey import create_hub_key
hub_key = generate_hub_key(
resolver_id='copyrighthub.com',
resolver_id='copyrighthub.org',
hub_id='hub1',
repository_id='f8e3968eb99f48d6b9f84340efb64d47',
entity_type="asset"
Expand All @@ -103,7 +103,7 @@ Output

.. code:: Console
https://copyrighthub.com/s1/hub1/f8e3968eb99f48d6b9f84340efb64d47/asset/79fa0ce2e082467cad24703dcfdf7317
https://copyrighthub.org/s1/hub1/f8e3968eb99f48d6b9f84340efb64d47/asset/79fa0ce2e082467cad24703dcfdf7317
Documentation
-------------
Expand Down

0 comments on commit 02ef804

Please sign in to comment.