summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xform.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/form.cgi b/form.cgi
index 005fd5e..9df30e7 100755
--- a/form.cgi
+++ b/form.cgi
@@ -5,7 +5,7 @@ use CGI::FormBuilder;
my $build_path = '../build';
# TODO: check if protocol-agnostic URL works
-my $webroot = 'http://bynu.biks.dk/feedback/';
+my $webroot = 'https://byvandring.nu/feedback/';
my $req_path = $build_path . '/html/feedback/index.html';
my $ack_path = $build_path . '/html/feedback/tak/index.html';