You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dashboard/src/start/CreateWorkspace.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ export default class CreateWorkspace extends React.Component<CreateWorkspaceProp
113
113
switch(error.code){
114
114
caseErrorCodes.CONTEXT_PARSE_ERROR:
115
115
statusMessage=<divclassName="text-center">
116
-
<pclassName="text-base mt-2">Are you trying to open a Git repository from a self-hosted instance? <aclassName="text-blue"href="https://gitpod.io/integrations">Add integration</a></p>
116
+
<pclassName="text-base mt-2">Are you trying to open a Git repository from a self-hosted instance? <aclassName="text-blue"href={gitpodHostUrl.asAccessControl().toString()}>Add integration</a></p>
0 commit comments