From 0eb15745206a235b47d2bdc429b4077fd8bf8178 Mon Sep 17 00:00:00 2001 From: RobinWagner Date: Fri, 2 Jun 2017 09:37:38 +0200 Subject: [PATCH] Update base URL [ci skip] --- docs/installation/packaged/centos-7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/packaged/centos-7/README.md b/docs/installation/packaged/centos-7/README.md index 23ee4a0cf3..8914d7f69e 100644 --- a/docs/installation/packaged/centos-7/README.md +++ b/docs/installation/packaged/centos-7/README.md @@ -18,7 +18,7 @@ Create the file `/etc/yum.repos.d/openproject.repo` with the following contents ``` [openproject] name=Repository for opf/openproject-ce application. -baseurl=https://rpm.packager.io/gh/opf/openproject-ce/centos7/stable/6 +baseurl=https://rpm.packager.io/gh/opf/openproject-ce/centos7/stable/7 enabled=1 ```