Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Abram committed Oct 25, 2024
1 parent e7c9d69 commit 54478eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/components/Shared/SeMarkdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
s = s.replace(singlecurly, (_, type, id) => {
// Perform replacement based on type and id
if (type === 'S') {
return `[{type}${id}](https://topology.pi-base.org/spaces/$${type}${id})`
return `[${type}${id}](https://topology.pi-base.org/spaces/${type}${id})`
} else if (type === 'P') {
return `[${type}${id}](https://topology.pi-base.org/properties/${type}${id})`
} else {
Expand Down

0 comments on commit 54478eb

Please sign in to comment.