Fix broken links on Jenkins API type docs (#1067)
This commit is contained in:
		
							parent
							
								
									7cdffbe716
								
							
						
					
					
						commit
						bb33b8ffa0
					
				|  | @ -14,7 +14,7 @@ type JenkinsSpec struct { | ||||||
| 	Master JenkinsMaster `json:"master"` | 	Master JenkinsMaster `json:"master"` | ||||||
| 
 | 
 | ||||||
| 	// SeedJobs defines list of Jenkins Seed Job configurations
 | 	// SeedJobs defines list of Jenkins Seed Job configurations
 | ||||||
| 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines
 | 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/
 | ||||||
| 	// +optional
 | 	// +optional
 | ||||||
| 	SeedJobs []SeedJob `json:"seedJobs,omitempty"` | 	SeedJobs []SeedJob `json:"seedJobs,omitempty"` | ||||||
| 
 | 
 | ||||||
|  | @ -46,12 +46,12 @@ type JenkinsSpec struct { | ||||||
| 	SlaveService Service `json:"slaveService,omitempty"` | 	SlaveService Service `json:"slaveService,omitempty"` | ||||||
| 
 | 
 | ||||||
| 	// Backup defines configuration of Jenkins backup
 | 	// Backup defines configuration of Jenkins backup
 | ||||||
| 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/
 | 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/
 | ||||||
| 	// +optional
 | 	// +optional
 | ||||||
| 	Backup Backup `json:"backup,omitempty"` | 	Backup Backup `json:"backup,omitempty"` | ||||||
| 
 | 
 | ||||||
| 	// Backup defines configuration of Jenkins backup restore
 | 	// Backup defines configuration of Jenkins backup restore
 | ||||||
| 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/
 | 	// More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/
 | ||||||
| 	// +optional
 | 	// +optional
 | ||||||
| 	Restore Restore `json:"restore,omitempty"` | 	Restore Restore `json:"restore,omitempty"` | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue