Skip to content

Commit eb98003

Browse files
author
Jennings Zhang
authored
Merge pull request #249 from FNNDSC/createlink
Fixed link to view plugin after creation
2 parents 8e8d2d7 + 8b3495c commit eb98003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/CreatePlugin/CreatePlugin.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@ class CreatePlugin extends Component {
374374
>
375375
<Link
376376
className="createplugin-success-message-link"
377-
to={`/plugin/${pluginId}`}
378-
href={`/plugin/${pluginId}`}
377+
to={`/p/${pluginId}`}
379378
>
380379
Click Here to view.
381380
</Link>

0 commit comments

Comments
 (0)