Updates tutorials (general fixes, link to solutions repos)

* Updates tutorial to make imports to be added clearer, and to reflect new repo structure.
* Adds links to the solution repos for tut 1.
* Further fixes based on dry-run.
This commit is contained in:
Joel Dudley
2017-12-13 16:22:40 +00:00
committed by GitHub
parent d1ea881aef
commit 929341e7ee
18 changed files with 102 additions and 62 deletions

View File

@ -33,6 +33,7 @@ dependencies {
compile project(':core')
compile project(':client:jfx')
compile project(':node-driver')
compile project(':webserver')
testCompile project(':verifier')
testCompile project(':test-utils')