Skip to content

Commit

Permalink
fixing relative path for example link so as to make it work with web.…
Browse files Browse the repository at this point in the history
…external-url configurations

Signed-off-by: Devendra <[email protected]>
  • Loading branch information
Devendra committed Mar 8, 2024
1 parent cf4dfe1 commit 6a73d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/promlens
.idea
/npm_licenses.tar.bz2
2 changes: 1 addition & 1 deletion app/src/PromLens/PromLensUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const PromLens: FC<PromLensUIStateProps & PromLensUIOwnProps & PathPrefixProps>
<strong className="mr-auto">First time here?</strong>
</Toast.Header>
<Toast.Body>
Check out an <a href="/?example">example page</a> with multiple queries or take a{' '}
Check out an <a href="./?example">example page</a> with multiple queries or take a{' '}
<a href="https://promlens.com/">feature tour</a>.
</Toast.Body>
</Toast>
Expand Down

0 comments on commit 6a73d2b

Please sign in to comment.