Skip to content

Commit

Permalink
Fix the repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 29, 2024
1 parent 4df19e9 commit a5c849a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit a5c849a

Please sign in to comment.