diff --git a/README.md b/README.md index b84b143..516490c 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,7 @@ Feel free to reach us if you want to adopt the Framework, report Bugs, or have g + Main contributor: Huaxing YUAN [](https://www.linkedin.com/in/huaxing-yuan/) [](https://github.com/huaxing-yuan) [](https://twitter.com/huaxing_yuan) #### Repository Java Project: -+ Project ongoing -+ Main contributor: Joseph ARUL [](https://github.com/josepha26) ++ https://github.com/AxaFrance/webengine-java ++ Main contributor: + + Joseph ARUL [](https://github.com/josepharul82) + + Jean-Prince DOTOU-SEGLA [](https://github.com/JeanPrince) diff --git a/docs/demo/Step1.html b/docs/demo/Step1.html index a3fe146..ea1d391 100644 --- a/docs/demo/Step1.html +++ b/docs/demo/Step1.html @@ -19,7 +19,7 @@ } console.log("The loop is finished :)"); - window.location.href = "step2.html"; + window.location.href = "Step2.html"; } diff --git a/docs/demo/Step2.html b/docs/demo/Step2.html index 2cd6f57..7156e78 100644 --- a/docs/demo/Step2.html +++ b/docs/demo/Step2.html @@ -18,7 +18,7 @@ } console.log("The loop is finished :)"); - window.location.href = "step3.html"; + window.location.href = "Step3.html"; } diff --git a/docs/demo/Step3.html b/docs/demo/Step3.html index 4e46a4e..ec3a791 100644 --- a/docs/demo/Step3.html +++ b/docs/demo/Step3.html @@ -39,7 +39,7 @@