update links from tender to wiki

This commit is contained in:
Brian Gough 2016-11-02 16:29:14 +00:00
parent 2a8efea29a
commit 91a590ad0e
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ define [], () ->
@ide.socket.on "connect_failed", () =>
@connected = false
$scope.$apply () =>
@$scope.state.error = "Unable to connect, please view the <u><a href='http://sharelatex.tenderapp.com/help/kb/latex-editor/editor-connection-problems'>connection problems guide</a></u> to fix the issue."
@$scope.state.error = "Unable to connect, please view the <u><a href='https://www.sharelatex.com/learn/Kb/Connection_problems'>connection problems guide</a></u> to fix the issue."
# We can get a "disconnect" event at any point after the
# "connect" event.

View file

@ -109,7 +109,7 @@ define [
@ide.reportError(error, meta)
@ide.showGenericMessageModal(
"Out of sync"
"Sorry, this file has gone out of sync and we need to do a full refresh. <br> <a href='http://sharelatex.tenderapp.com/help/kb/browsers/editor-out-of-sync-problems'>Please see this help guide for more information</a>"
"Sorry, this file has gone out of sync and we need to do a full refresh. <br> <a href='http://learn.sharelatex.com/learn/Kb/Editor_out_of_sync_problems'>Please see this help guide for more information</a>"
)
@openDoc(doc, forceReopen: true)