From d28259e11a38ecb7e42ec5e1db76169986f05ccd Mon Sep 17 00:00:00 2001 From: Erin Kenna <31534381+ErinKenna@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:29:34 +1000 Subject: [PATCH] fix homepage and bugs links Signed-off-by: Erin Kenna --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86afb88..749100f 100755 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/IBM/jupyterlab_s3_browser", + "homepage": "https://github.com/IBM/jupyterlab-s3-browser", "bugs": { - "url": "https://github.com/IBM/jupyterlab_s3_browser/issues" + "url": "https://github.com/IBM/jupyterlab-s3-browser/issues" }, "license": "Apache-2.0", "author": "James Reeve",