Skip to content

Commit

Permalink
Update options.json.repo: append "/" to directory URLs
Browse files Browse the repository at this point in the history
It avoids a redirect.
  • Loading branch information
EricClaeys authored Aug 23, 2024
1 parent 6e34669 commit 1b368dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_repo/options.json.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@
{
"name" : "remotewebsiteurl",
"default" : "",
"description" : "The URL of your Allsky Website, for example: https://mywebsite.com/allsky.<br>Must begin with <span class='WebUIValue'>http</span> or <span class='WebUIValue'>https</span>.",
"description" : "The URL of your Allsky Website, for example: https://mywebsite.com/allsky/.<br>Must begin with <span class='WebUIValue'>http</span> or <span class='WebUIValue'>https</span>.",
"label" : "Website URL",
"label_prefix" : "Remote Website",
"type" : "widetext",
Expand Down Expand Up @@ -2320,7 +2320,7 @@
{
"name" : "showonmap",
"default" : false,
"description" : "Enable to have your camera appear on the <a href='https://www.thomasjacquin.com/allsky-map' target='_blank' title='Opens in new tab/window'><span class='WebUISetting'>Allsky Map <i class='fa fa-external-link-alt fa-fw'></i></span></a>.",
"description" : "Enable to have your camera appear on the <a href='https://www.thomasjacquin.com/allsky-map/' target='_blank' title='Opens in new tab/window'><span class='WebUISetting'>Allsky Map <i class='fa fa-external-link-alt fa-fw'></i></span></a>.",
"label" : "Show on Map",
"type" : "boolean",
"carryforward" : true,
Expand Down

0 comments on commit 1b368dc

Please sign in to comment.