-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hi James,
I have started to look at Bulbs documentation. Impressive work for 0.2 version.
Here are some issues I have already noticed:
URLs used in toolbar have some side-effects:
- click Overview in toolbar (http://bulbflow.com/overview/)
- click Previous topic Docs (http://bulbflow.com/)
=> should be http://bulbflow.com/docs/ - click Download in toolbar (http://bulbflow.com/download/)
- click Next topic Quickstart (http://bulbflow.com/quickstart/)
=> you get an 'Internal Server Error'
=> should be http://bulbflow.com/docs/quickstart/ - click Community in toolbar (http://bulbflow.com/community/)
- click Previous topic Quickstart (http://bulbflow.com/quickstart/)
=> you get an 'Internal Server Error'
=> should be http://bulbflow.com/docs/quickstart/
By using correct URLs in toolbar, you may avoid all those issues:
Overview http://bulbflow.com/docs/overview/
Download http://bulbflow.com/docs/download/
Documentation http://bulbflow.com/docs
Community http://bulbflow.com/docs/community/
There are also some typos:
in http://bulbflow.com/docs/overview/
graph-traveral language
=> graph-traversal language
because you can to plug into
=> because you can plug into
object-orientated programming
=> object-oriented programming
graph-programming language
=> graph-based programming language
in http://bulbflow.com/docs/download/
make sure you have Git and Mavern installed
=> make sure you have Git and Maven installed
HTH,
Pierre