Explorar el Código

fix: 404 in docs for "big error messages" (#558)

James Read hace 1 año
padre
commit
4ccfd0f993
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      webui.dev/index.html

+ 1 - 1
webui.dev/index.html

@@ -251,7 +251,7 @@
 			to at least display a helpful error message if we can't use OliveTin.
 			 */
 			window.showBigError = function (type, friendlyType, message, isFatal) {
-				bigErrorDialog.innerHTML = '<h1>Error ' + friendlyType + '</h1><p>' + message + "</p><p><a href = 'http://docs.olivetin.app/err-" + type + ".html' target = 'blank'/>" + type + " error in OliveTin Documentation</a></p>"
+				bigErrorDialog.innerHTML = '<h1>Error ' + friendlyType + '</h1><p>' + message + "</p><p><a href = 'http://docs.olivetin.app/troubleshooting/err-" + type + ".html' target = 'blank'/>" + type + " error in OliveTin Documentation</a></p>"
 
 				if (isFatal) {
 					bigErrorDialog.innerHTML += '<p>You will need to refresh your browser to clear this message.</p>'