[BRANDING] link to forgejo.org/docs instead of docs.gitea.io
Fix the link that was 404.
(cherry picked from commit ae515d7258)
			
			
This commit is contained in:
		
							parent
							
								
									cdbd0ebe5e
								
							
						
					
					
						commit
						facc2367f0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -181,7 +181,7 @@
 | 
				
			||||||
						{{svg "octicon-tools"}}
 | 
											{{svg "octicon-tools"}}
 | 
				
			||||||
						{{.locale.Tr "your_settings"}}<!-- Your settings -->
 | 
											{{.locale.Tr "your_settings"}}<!-- Your settings -->
 | 
				
			||||||
					</a>
 | 
										</a>
 | 
				
			||||||
					<a class="item" target="_blank" rel="noopener noreferrer" href="https://forgejo.org/docs/admin/">
 | 
										<a class="item" target="_blank" rel="noopener noreferrer" href="https://forgejo.org/docs/latest/">
 | 
				
			||||||
						{{svg "octicon-question"}}
 | 
											{{svg "octicon-question"}}
 | 
				
			||||||
						{{.locale.Tr "help"}}<!-- Help -->
 | 
											{{.locale.Tr "help"}}<!-- Help -->
 | 
				
			||||||
					</a>
 | 
										</a>
 | 
				
			||||||
| 
						 | 
					@ -203,7 +203,7 @@
 | 
				
			||||||
			</div><!-- end dropdown avatar menu -->
 | 
								</div><!-- end dropdown avatar menu -->
 | 
				
			||||||
		</div><!-- end signed user right menu -->
 | 
							</div><!-- end signed user right menu -->
 | 
				
			||||||
	{{else}}
 | 
						{{else}}
 | 
				
			||||||
		<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.locale.Tr "help"}}</a>
 | 
							<a class="item" target="_blank" rel="noopener noreferrer" href="https://forgejo.org/docs/latest/">{{.locale.Tr "help"}}</a>
 | 
				
			||||||
		<div class="right stackable menu">
 | 
							<div class="right stackable menu">
 | 
				
			||||||
			{{if .ShowRegistrationButton}}
 | 
								{{if .ShowRegistrationButton}}
 | 
				
			||||||
				<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
 | 
									<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue