Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 6a73d2b

Browse files
author
Devendra
committed
fixing relative path for example link so as to make it work with web.external-url configurations
Signed-off-by: Devendra <d3v3ndrasr@gmail.com>
1 parent cf4dfe1 commit 6a73d2b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/promlens
2+
.idea
23
/npm_licenses.tar.bz2

app/src/PromLens/PromLensUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const PromLens: FC<PromLensUIStateProps & PromLensUIOwnProps & PathPrefixProps>
8989
<strong className="mr-auto">First time here?</strong>
9090
</Toast.Header>
9191
<Toast.Body>
92-
Check out an <a href="/?example">example page</a> with multiple queries or take a{' '}
92+
Check out an <a href="./?example">example page</a> with multiple queries or take a{' '}
9393
<a href="https://promlens.com/">feature tour</a>.
9494
</Toast.Body>
9595
</Toast>

0 commit comments

Comments
 (0)