Change the front page links to probe logs into relative links (#520)
authorChris Siebenmann <cks.github@cs.toronto.edu>
Wed, 11 Sep 2019 16:48:52 +0000 (12:48 -0400)
committerBrian Brazil <brian.brazil@robustperception.io>
Wed, 11 Sep 2019 16:48:52 +0000 (17:48 +0100)
commitbbf23e7becc1b5843208027ba66c867b280e46fd
treec99d07287590967985e0d4ce82ba973d5a0c7aef
parent3f726a8a4489ea84a7163e37ba337f9b8332da63
Change the front page links to probe logs into relative links (#520)

The front page contains a table of links to logs from the most recent
probes. These links were accidentally changed to absolute links in
252a878, in a form that doesn't work when using --web.external-url.
Rather than prefixing these with the external URL (if set), we return
them to being relative links, as they are meant to be (per issue #519).

Fixes #519

Signed-off-by: Chris Siebenmann <cks.git01@cs.toronto.edu>
main.go