diff --git a/README.md b/README.md index 9301184..cf42182 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositor ### How to use it * Demo Application - * [live demo](https://scommons.org/scommons-react/showcase/) => [How to Build and Run](showcase/README.md) + * [live demo](https://scommons.github.io/scommons-react/showcase/) => [How to Build and Run](showcase/README.md) * [AppMain](showcase/src/main/scala/scommons/react/showcase/app/ShowcaseReactApp.scala) * [AppState](showcase/src/main/scala/scommons/react/showcase/app/ShowcaseState.scala) => [tests](showcase/src/test/scala/scommons/react/showcase/app/ShowcaseStateReducerSpec.scala) * [CounterActions](showcase/src/main/scala/scommons/react/showcase/app/counter/CounterActions.scala) => [tests](showcase/src/test/scala/scommons/react/showcase/app/counter/CounterActionsSpec.scala) @@ -71,4 +71,4 @@ sbt test ## Documentation -You can find more documentation [here](https://scommons.org/scommons-react) +You can find more documentation [here](https://scommons.github.io/scommons-react) diff --git a/docs/index.md b/docs/index.md index 7eed6fd..5e37334 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ layout: default Welcome to the **Scala Commons React** documentation page! -You can check components live demo [here](https://scommons.org/scommons-client/showcase/). +You can check components live demo [here](https://scommons.github.io/scommons-client/showcase/). ## Overview