The big "reveal" will be at EMPOWER per a QSP conference call today  :)  Then I assume that they will add the links in the logical places.
There is a lot of good basic content there from the brief time I spent.  But I will suggest that they should also do a video clip on my URL formuals for dummies approach too in the Advanced Training Videos.  ie the technique of nested rdr.
$URLONE 
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&rdr=" & URLEncode($URLTHREE))
& URLEncode(URLEncode("&rdr=" & URLEncode($URLFOUR)))
& URLEncode(URLEncode(URLEncode("&rdr=" & URLEncode($URLFIVE))))
& URLEncode(URLEncode(URLEncode(URLEncode("&rdr=" & URLEncode($URLSIX)))))
& URLEncode(URLEncode(URLEncode(URLEncode(URLEncode("&rdr=" & URLEncode($URLSEVEN))))))