From 7f258b2a143c83abde70fd7c4a2a62ddf0dd9e73 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 25 Jul 2016 01:38:56 -0400 Subject: [PATCH] Fix My Files link on Publish page --- js/page/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/publish.js b/js/page/publish.js index 42b471d7a..15b2b52f5 100644 --- a/js/page/publish.js +++ b/js/page/publish.js @@ -79,7 +79,7 @@ var PublishPage = React.createClass({ handlePublishSuccess: function(name, title) { alert(`Your file ${title} has been published to LBRY at the address lbry://${name}!\n\n` + `You will now be taken to your My Files page, where your newly published file should appear within a few minutes.`); - window.location = "?myfiles"; + window.location = "?files"; }, handlePublishError: function(error) { alert(`The following error occurred when attempting to publish your file:\n\n` +