Skip to content

Commit

Permalink
Merge pull request #6756 from TheThingsNetwork/fix/import-doc-link
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking authored Dec 11, 2023
2 parents e8cc745 + 927aaa5 commit 4f6dfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/webui/console/components/device-import-form/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const DeviceBulkCreateFormInner = props => {
className={style.info}
values={{
DocLink: msg => (
<Link.DocLink secondary path="/the-things-stack/migrating/import-devices/">
<Link.DocLink secondary path="/devices/adding-devices/adding-devices-in-bulk">
{msg}
</Link.DocLink>
),
Expand Down
2 changes: 1 addition & 1 deletion pkg/webui/console/containers/device-importer/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const statusMap = {
}

const docLinkValue = msg => (
<Link.DocLink secondary path="/the-thing-stack/migrating/import-devices/">
<Link.DocLink secondary path="/devices/adding-devices/adding-devices-in-bulk">
{msg}
</Link.DocLink>
)
Expand Down

0 comments on commit 4f6dfa4

Please sign in to comment.