Skip to content

SupportURL Elements

Anywhere you can specify a <SupportURL> element, the value can be either a full URL or a relative URL. If it's relative, then Indigo will attempt to guess the best base URL. You can use this to supply static HTML files or dynamic help provided through the HTTP processing API discussed below.

Full URL

<SupportURL>
  https://www.somesite.com
</SupportURL>

Relative URL

<SupportURL>
  /some/relative/path
</SupportURL>