Docsite reorg ahead of beta launch.

This commit is contained in:
Joel Dudley
2017-06-05 13:37:23 +01:00
committed by GitHub
parent 51ea9fec1a
commit e5fba5d0af
89 changed files with 2339 additions and 793 deletions

View File

@ -183,7 +183,7 @@ private fun lookupMachineNameAndMaybeWarn(): String {
// Also see https://bugs.openjdk.java.net/browse/JDK-8143378
val messages = listOf(
"Your computer took over a second to resolve localhost due an incorrect configuration. Corda will work but start very slowly until this is fixed. ",
"Please see https://docs.corda.net/getting-set-up-fault-finding.html#slow-localhost-resolution for information on how to fix this. ",
"Please see https://docs.corda.net/troubleshooting.html#slow-localhost-resolution for information on how to fix this. ",
"It will only take a few seconds for you to resolve."
)
log.warn(messages.joinToString(""))