Skip to content

Commit

Permalink
Make visit url absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
jodok committed Aug 17, 2022
1 parent 8808900 commit 21424e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/DeploymentsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const DeploymentsList = ({ deployments, usePolling }) => {
}
>
<LinkButton
href={entry.url}
href={`https://${entry.url}`}
variant="tertiary"
style={{ border: "none" }}
>
Expand Down

0 comments on commit 21424e6

Please sign in to comment.