Navigation Steps
Go to a URL
All URLs are treated as relative to APP_ROOT_URL
if specified. Otherwise, all URLs must be absolute (fully specified) URLs.
* Goto "url"
Examples
You may use relative URLs, relative to `APP_ROOT_URL`
* Goto "/about"
Or specify absolute, fully qualified URLs
* Goto "https://cdc.gov"