From 77c3675086fe5c0c380d91618eea780a6922cfd3 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 10 Oct 2015 16:08:10 +0100 Subject: [PATCH] Update pages --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index ac9fcbb4..5b5d365f 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,17 @@ badges: url: https://github.com/spring-projects/spring-statemachine icon: github + - name: Issues (GitHub) + url: https://github.com/spring-projects/spring-statemachine/issues + icon: tracking + + - name: CI (Bamboo) + url: https://build.spring.io/browse/SDG + icon: ci + + - name: StackOverflow + url: http://stackoverflow.com/questions/tagged/spring-statemachine + --- @@ -39,6 +50,8 @@ State machines are powerful because behaviour is always guaranteed to be consist It is much easier to design high level logic outside of your application and then interact with a state machine with a various different ways. You will simple send interact with a state machine by sending event, listening what a state machine does or simply request a current state. +Do you want to ask a question? Go to [StackOverflow](http://stackoverflow.com) and use a tag [spring-statemachine](http://stackoverflow.com/questions/tagged/spring-statemachine). + ## Quick Start