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 1/2] 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` From 6a73b1f441656e7542aba4b20e0c0046a988765d Mon Sep 17 00:00:00 2001 From: mperez <6635366+drmperez@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:46:29 -0600 Subject: [PATCH 2/2] fix minor typo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2084144b..2705abab 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Contributing ------------ Our project uses the standard GitHub pull request process for code review -and integration. PThe GitHub issue +and integration. The GitHub issue tracker can be used to report bugs, make feature suggestions, etc. [Avogadro2Logo]: https://raw.githubusercontent.com/OpenChemistry/avogadrolibs/master/docs/avogadro2_64.png "Avogadro2"