aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>2022-01-20 14:32:09 -0600
committersonartech <sonartech@sonarsource.com>2022-01-21 20:03:22 +0000
commit8389944391644e8dae62b5d9facba7f61d013dbc (patch)
tree35aee5884ec905967bf2a44eb952d9f4b14a8f0b /server
parent60132d656b159ff39464a7c2ff540494a7867269 (diff)
downloadsonarqube-8389944391644e8dae62b5d9facba7f61d013dbc.tar.gz
sonarqube-8389944391644e8dae62b5d9facba7f61d013dbc.zip
SONAR-15829 Update instructions on uninstalling plugins
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/setup/install-plugin.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-plugin.md b/server/sonar-docs/src/pages/setup/install-plugin.md
index b4e59e53413..c265bb8c2b8 100644
--- a/server/sonar-docs/src/pages/setup/install-plugin.md
+++ b/server/sonar-docs/src/pages/setup/install-plugin.md
@@ -35,12 +35,6 @@ To manually install a plugin:
## Uninstalling plugins
-To uninstall a plugin from the Marketplace (**Administration > Marketplace**):
-1. Sort the **Plugins** list by installed plugins by selecting **Installed** above the list.
-2. Find the plugin you want to uninstall.
-3. Click the **Uninstall** button to the right of the plugin information.
-4. Restart your SonarQube server.
-
-To uninstall a plugin manually:
+To uninstall a plugin:
1. Delete the plugin from the `$SONARQUBE-HOME/extensions/plugins` folder.
2. Restart your SonarQube server.