Skip to content

Commit

Permalink
add missing leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Jun 6, 2024
1 parent b017b52 commit 002705c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/react/databrowser/DataBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function DataBrowser() {
return (
<EmptyState
icon="Bucket"
link="create-account"
link="/create-account"
history={history}
listedResource={{
singular: 'Bucket',
Expand Down
2 changes: 1 addition & 1 deletion src/react/workflow/Workflows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function Workflows() {
return (
<EmptyState
icon="Bucket"
link={`accounts/${accountName}/create-bucket`}
link={`/accounts/${accountName}/create-bucket`}
listedResource={listedResource}
resourceToCreate="Bucket"
history={history}
Expand Down

0 comments on commit 002705c

Please sign in to comment.