mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 03:09:40 +02:00
fix(github): broken images in issue description (#7534)
Signed-off-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
This commit is contained in:
@@ -191,7 +191,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
text ?? '',
|
||||
concatLink(this.getBranding()?.front ?? config.FrontURL, `/browse/?workspace=${this.workspace.name}`),
|
||||
// TODO storage URL
|
||||
concatLink(this.getBranding()?.front ?? config.FrontURL, `/files?workspace=${this.workspace.name}&file=`),
|
||||
concatLink(this.getBranding()?.front ?? config.FrontURL, `/files/${this.workspace.name}/`),
|
||||
preprocessor
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user