Skip to content

Commit d29b14e

Browse files
JanKoehnleinroboquat
authored andcommitted
[dashboard] compose links consistently in the same file
1 parent c8af44f commit d29b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/start/CreateWorkspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class CreateWorkspace extends React.Component<CreateWorkspaceProp
113113
switch (error.code) {
114114
case ErrorCodes.CONTEXT_PARSE_ERROR:
115115
statusMessage = <div className="text-center">
116-
<p className="text-base mt-2">Are you trying to open a Git repository from a self-hosted instance? <a className="text-blue" href="https://gitpod.io/integrations">Add integration</a></p>
116+
<p className="text-base mt-2">Are you trying to open a Git repository from a self-hosted instance? <a className="text-blue" href={gitpodHostUrl.asAccessControl().toString()}>Add integration</a></p>
117117
</div>;
118118
break;
119119
case ErrorCodes.INVALID_GITPOD_YML:

0 commit comments

Comments
 (0)