From 074fa4fd1be64aa2c620e2a01919d001428e4935 Mon Sep 17 00:00:00 2001 From: Niels Lindenthal Date: Wed, 22 Mar 2017 07:57:52 +0100 Subject: [PATCH] Update links to install plugins [ci skip] --- docs/plugins/plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/plugins.md b/docs/plugins/plugins.md index 42fadbbdd83..79d2e017498 100644 --- a/docs/plugins/plugins.md +++ b/docs/plugins/plugins.md @@ -3,8 +3,8 @@ ## Install Plugins You can install plugins for the following installation methods: -* [Install Plugins (Packages)](https://www.openproject.org/help/plugins/install-plugins-packages/) -* [Install Plugins (Manual)](https://www.openproject.org/help/plugins/install-plugins-manual/) +* [Install Plugins (Packages)](https://www.openproject.org/plugins/install-plugins-packages/) +* [Install Plugins (Manual)](https://www.openproject.org/plugins/install-plugins-manual/) ## Contribute Plugins @@ -25,7 +25,7 @@ Supported plugins are compatible with the current OpenProject version. When a pl * Please refer also to the [agile and scrum overview](https://www.openproject.org/collaboration-software-features/) page ``` -gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => 'stable/5' +gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => 'stable/5' gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => 'stable/5' ```