Skip to content

Commit

Permalink
change importer URL to its own domain
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Apr 15, 2018
1 parent 2dc68ca commit f927c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/src/js/helper/SharedComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class InitialForm extends React.Component {
</a>
{
props.splash ? (
<a className="btn btn-default m-l10" href="../importer/index.html">
<a className="btn btn-default m-l10" href="http://importer.appbase.io">
Import JSON or CSV files
</a>
) : null
Expand Down

0 comments on commit f927c30

Please sign in to comment.