Skip to content

Commit

Permalink
fix layer information component
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Feb 25, 2024
1 parent ae19067 commit a9ff5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import * as globals from '../utils/globals';
})
export class LayerInformationComponent {
public get layerFormatLink(): string {
return `../layers/LAYERFORMATv${globals.layerVersion.replace('.', '_')}.md`;
return `./layers/LAYERFORMATv${globals.layerVersion.replace('.', '_')}.md`;
}
}

0 comments on commit a9ff5fd

Please sign in to comment.