summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-10-05 10:45:06 +0200
committerAndras Timar <andras.timar@collabora.com>2020-10-06 12:34:44 +0200
commit39d059f6a1b9a9e71008bf1329544c5f1a52611d (patch)
treeadecfd49c4a721e86cf1f4358b6c69b6729692f4 /configure.ac
parentTranslate /loleaflet/welcome/welcome.html in pl (diff)
downloadonline-39d059f6a1b9a9e71008bf1329544c5f1a52611d.tar.gz
online-39d059f6a1b9a9e71008bf1329544c5f1a52611d.zip
set the INFO_URL for the community project
Change-Id: Ib16b7e387397d27e4debf026c8448990f9a0b97a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c6a27d7b10..8969ce9ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,7 +622,7 @@ else
fi
AC_SUBST(VENDOR)
-INFO_URL='https://www.libreoffice.org'
+INFO_URL='https://collaboraonline.github.io/'
if test -n "$with_info_url" -a "$with_info_url" != "no"; then
INFO_URL="$with_info_url"
fi