fix link
This commit is contained in:
		
							parent
							
								
									a10e126803
								
							
						
					
					
						commit
						8ef71343df
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -137,10 +137,9 @@ func Single(ctx *middleware.Context, params martini.Params) { | |||
| 				return | ||||
| 			} else { | ||||
| 				// current repo branch link
 | ||||
| 				urlPrefix := "http://" + base.Domain + branchLink | ||||
| 
 | ||||
| 				ctx.Data["FileName"] = readmeFile.Name | ||||
| 				ctx.Data["FileContent"] = string(base.RenderMarkdown(blob.Contents(), urlPrefix)) | ||||
| 				ctx.Data["FileContent"] = string(base.RenderMarkdown(blob.Contents(), branchLink)) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue