|  | @@ -15,7 +15,7 @@ asciidoctor {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  asciidoctorj {
 | 
	
		
			
				|  |  |  	def ghTag = snapshotBuild ? 'main' : project.version
 | 
	
		
			
				|  |  | -	def ghUrl = "https://github.com/spring-projects-experimental/spring-authorization-server/tree/$ghTag"
 | 
	
		
			
				|  |  | +	def ghUrl = "https://github.com/spring-projects/spring-authorization-server/tree/$ghTag"
 | 
	
		
			
				|  |  |  	attributes 'spring-authorization-server-version' : project.version,
 | 
	
		
			
				|  |  |  		'spring-boot-version' : springBootVersion,
 | 
	
		
			
				|  |  |  		revnumber : project.version,
 |