Skip to content

Commit

Permalink
Updated troubleshooting link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 12, 2021
1 parent 6c75d83 commit e458bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function showBigError (type, friendlyType, message) {

const domErr = document.createElement('div')
domErr.classList.add('error')
domErr.innerHTML = '<h1>Error ' + friendlyType + '</h1><p>' + message + "</p><p><a href = 'http://olivetin.app/_errors_troubleshooting.html' target = 'blank'/>OliveTin Documentation</a></p>"
domErr.innerHTML = '<h1>Error ' + friendlyType + '</h1><p>' + message + "</p><p><a href = 'http://docs.olivetin.app/troubleshooting.html' target = 'blank'/>OliveTin Documentation</a></p>"

document.getElementById('rootGroup').appendChild(domErr)
}
Expand Down

0 comments on commit e458bf4

Please sign in to comment.