Skip to content

Commit

Permalink
Made the URL relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Nov 28, 2019
1 parent 24cb4d2 commit e3f9ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/Utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export function generateGcsConsoleUri(gcsUri: string): string | undefined {
const MINIO_URI_PREFIX = 'minio://';

function generateArtifactUrl(source: string, bucket: string, key: string): string {
return `https:/artifacts/get?source=${source}&bucket=${bucket}&key=${key}`;
return `artifacts/get?source=${source}&bucket=${bucket}&key=${key}`;
}

/**
Expand Down

0 comments on commit e3f9ecf

Please sign in to comment.