diff --git a/README.md b/README.md
index 827a376e08ac3377aeabc83d68f48dd3bd1d96ab..fb020f83af333c71670a4aea5cab92a906719473 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # Jupyter-RDFify
+[![PyPI](https://img.shields.io/pypi/v/jupyter-rdfify)](https://pypi.org/project/jupyter-rdfify/)
 ![Cells showing Jupyter-RDFify features](img/cells.png)  
 IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)
 
diff --git a/setup.py b/setup.py
index 23c3c657e335948bedc9a5293baf273757a68c63..d89f99000783618c880671eff2562beb1e2f9638 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setuptools.setup(
     description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)",
     long_description=long_description,
     long_description_content_type="text/markdown",
-    url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify",
+    url="https://github.com/SemWebNotebooks/Jupyter-RDFify",
     packages=setuptools.find_packages(),
     install_requires=[
         "rdflib",