mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
update links from tender to wiki
This commit is contained in:
parent
2a8efea29a
commit
91a590ad0e
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue