fix(github): broken images in issue description (#7534)

Signed-off-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
This commit is contained in:
Dakshesh Jain
2025-01-05 22:43:47 +07:00
committed by GitHub
parent 5becc4137f
commit aaf2c14e7a
3 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -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
)
}