From a5c849af3a11ca99659ee35da65fe2ce46b91876 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 29 Aug 2024 11:21:40 +0100 Subject: [PATCH] Fix the repo URL --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1ada5c..2b712b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # notebooks-resource-warning -[![Github Actions Status](https://github.com/EGI-Federation/notebooks-resource-warnings/workflows/Build/badge.svg)](https://github.com/EGI-Federation/notebooks-resource-warnings/actions/workflows/build.yml) +[![Github Actions Status](https://github.com/EGI-Federation/notebooks-resource-warning/workflows/Build/badge.svg)](https://github.com/EGI-Federation/notebooks-resource-warning/actions/workflows/build.yml) A JupyterLab extension that shows a notification whenever the usage of memory goes into `warn` status (as provided by the [Jupyter Resource Usage extension](https://github.com/jupyter-server/jupyter-resource-usage) diff --git a/package.json b/package.json index 875fc2e..a7e14a8 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/EGI-Federation/resource-warnings", + "homepage": "https://github.com/EGI-Federation/notebooks-resource-warning", "bugs": { - "url": "https://github.com/EGI-Federation/resource-warnings/issues" + "url": "https://github.com/EGI-Federation/notebooks-resource-warning/issues" }, "license": "BSD-3-Clause", "author": { @@ -26,7 +26,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/EGI-Federation/resource-warnings.git" + "url": "https://github.com/EGI-Federation/notebooks-resource-warning.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",