Skip to content

Commit

Permalink
Updated scommons website url
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Mar 9, 2024
1 parent 559e754 commit 59a84fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59a84fe

Please sign in to comment.