From 88b1ebb652a8c2950b715a7bcb91abcd92889162 Mon Sep 17 00:00:00 2001
From: Christian Roever <christian.roever@med.uni-goettingen.de>
Date: Wed, 5 Oct 2022 08:47:55 +0200
Subject: [PATCH] fixed URL

---
 app.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app.R b/app.R
index 8c27a80..f8590e3 100644
--- a/app.R
+++ b/app.R
@@ -109,7 +109,7 @@ ui <- fluidPage(
                              HTML('<ul><li>C.&nbsp;R&ouml;ver. <a href="https://doi.org/10.18637/jss.v093.i06" title="article at JStatSoft" title="" target="_blank" type="text/html">Bayesian random-effects meta-analysis using the bayesmeta R package</a>. <cite>Journal of Statistical Software</cite>, <b>93</b>(6):1&#150;51, 2020.</li></ul>')),
                            p('In the panel on the left you may specify prior settings, and in the "data" tab above you can input data. Once you are done, hit the "compute" button on the left. You may then inspect the results in the other tabs above.'),
                            p(HTML('This app is distributed under the <a href="https://www.gnu.org/licenses/gpl.txt" title="GNU GPL" target="_blank">GNU general public license</a>;'),
-                             HTML('you can download the source code <a href="http://www.gwdg.de/~croever/bayesmeta/bayesmeta-app.zip" target="_blank" title="this app\'s source code" type="application/zip">here</a>.')),
+                             HTML('you can download the source code <a href="https://gitlab.gwdg.de/croever/bayesmeta-app" target="_blank" title="this app\'s source code (git repository)" type="application/zip">here</a>.')),
                            p(align="right", icon("creative-commons"),
                              HTML('<a href="https://orcid.org/0000-0002-6911-698X" target="_blank">Christian R&ouml;ver</a>, 2022.'))
                            ),   # END "info" panel
-- 
GitLab