File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Consider running code-server with the beta flag `--link` if you don't want to wo
5757
5858``` bash 
5959$ code-server --link
60- Proxying code-server to Coder Cloud , you can access your IDE at https://valmar-jon.cdr.co
60+ Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
6161``` 
6262
6363## FAQ  
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ const options: Options<Required<Args>> = {
195195  link : { 
196196    type : OptionalString , 
197197    description : ` 
198-       Securely bind code-server via Coder Cloud  with the passed name. You'll get a URL like 
199-       https://myname.coder-cloud.com  at which you can easily access your code-server instance. 
198+       Securely bind code-server via our cloud service  with the passed name. You'll get a URL like 
199+       https://hostname-username.cdr.co  at which you can easily access your code-server instance. 
200200      Authorization is done via GitHub. 
201201    ` , 
202202    beta : true , 
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function runAgent(...args: string[]): Promise<void> {
2424    agent . on ( "close" ,  ( code )  =>  { 
2525      if  ( code  !==  0 )  { 
2626        rej ( { 
27-           message : `coder cloud  agent exited with ${ code }  , 
27+           message : `--link  agent exited with ${ code }  , 
2828        } ) 
2929        return 
3030      } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments