From c2eb21041462cc0f77b2661c9a15884e81f971da Mon Sep 17 00:00:00 2001 From: superstar54 Date: Mon, 29 Apr 2024 13:35:56 +0000 Subject: [PATCH] fix plugin.yaml file url --- plugin_list.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_list.ipynb b/plugin_list.ipynb index 7f206a19f..64c29aa9d 100644 --- a/plugin_list.ipynb +++ b/plugin_list.ipynb @@ -26,7 +26,7 @@ "import yaml\n", "\n", "# URL of the YAML file\n", - "filepath = 'https://raw.githubusercontent.com/aiidalab/aiidalab-qe-plugin-registry/main/plugins.yaml'\n", + "filepath = 'https://raw.githubusercontent.com/aiidalab/aiidalab-qe/main/plugins.yaml'\n", "\n", "# Fetch the contents of the URL\n", "response = requests.get(filepath)\n",