From 8f20fd2d05301428e5a4a7455c342f8a10367889 Mon Sep 17 00:00:00 2001 From: mperez <6635366+drmperez@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:40:57 -0600 Subject: [PATCH] fix images relative paths in install.md --- source/develop/scripts/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/develop/scripts/install.md b/source/develop/scripts/install.md index 8a888a9b..0698d5fb 100644 --- a/source/develop/scripts/install.md +++ b/source/develop/scripts/install.md @@ -4,11 +4,11 @@ Scripts can either be installed manually, by dragging to the Avogadro window: -![installing script](../_static/install-script.png) +![installing script](../../_static/install-script.png) Scripts can also be installed from GitHub repositories through the "Download Plugins…" command: -![plugin download](../_static/plugin-download.png) +![plugin download](../../_static/plugin-download.png) ## Directories @@ -26,7 +26,7 @@ of which is determined by Within this data folder, plugins are found in subdirectories organized by the category of plugin. -![plugin subdirectories](../_static/plugin-directories.png) +![plugin subdirectories](../../_static/plugin-directories.png) Current plugin categories and their respective subdirectories: - Scripts for calculating charges and electrostatic potentials – found in `charges`