From 716a8d7c83cee969a78dfdfacdb2c77b057e340e Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Wed, 1 Jan 2025 22:58:04 +0800 Subject: [PATCH] fix: Update matplotlib document link (#447) --- programs/matplotlib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/matplotlib.json b/programs/matplotlib.json index b528c98a..996ec6d5 100644 --- a/programs/matplotlib.json +++ b/programs/matplotlib.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "Matplotlib will use _$XDG_CONFIG_HOME/matplotlib_ and _$XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/users/faq/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n", + "help": "Matplotlib will use _$XDG_CONFIG_HOME/matplotlib_ and _$XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/install/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n", "movable": true, "path": "$HOME/.matplotlib" }