Skip to content

Commit 08adcf6

Browse files
Updated scommons website url
1 parent 1d56c2c commit 08adcf6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositor
4343
See [showcase/README.md](showcase/README.md) for how to build and run it.
4444

4545
* [live expo link](https://expo.io/@viktorpodzigun/showcase)
46-
* [mobile browser](https://scommons.org/scommons-react-native/showcase.html)
47-
* [web emulator](https://scommons.org/scommons-react-native/showcase.browser.html)
46+
* [mobile browser](https://scommons.github.io/scommons-react-native/showcase.html)
47+
* [web emulator](https://scommons.github.io/scommons-react-native/showcase.browser.html)
4848

4949
##### Demo App/UI Library Components
5050

@@ -146,7 +146,7 @@ sbt test
146146

147147
## Documentation
148148

149-
You can find more documentation [here](https://scommons.org/scommons-react-native)
149+
You can find more documentation [here](https://scommons.github.io/scommons-react-native)
150150

151151
### Examples
152152

docs/static/js/app.fe8d1de4.chunk.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/app.fe8d1de4.chunk.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Almost all examples are from a great book [React Native in Action](https://githu
99
### How to run it in your device
1010

1111
* [live expo link](https://expo.io/@viktorpodzigun/showcase)
12-
* [mobile browser](https://scommons.org/scommons-react-native/showcase.html)
13-
* [web emulator](https://scommons.org/scommons-react-native/showcase.browser.html)
12+
* [mobile browser](https://scommons.github.io/scommons-react-native/showcase.html)
13+
* [web emulator](https://scommons.github.io/scommons-react-native/showcase.browser.html)
1414

1515
#### How to Build/Run Showcase App locally using Expo
1616

showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://scommons.org/scommons-react-native",
2+
"homepage": "https://scommons.github.io/scommons-react-native",
33
"main": "node_modules/expo/AppEntry.js",
44
"scripts": {
55
"postinstall": "patch-package",

showcase/src/main/scala/showcase/app/community/WebViewDemo.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object WebViewDemo extends FunctionComponent[Unit] {
3232
<.Text(themeStyle(styles.title, themeTextStyle))("WebView:"),
3333
<.WebView(
3434
^.source := new UriResource {
35-
override val uri = "https://scommons.org/"
35+
override val uri = "https://scommons.github.io/"
3636
}
3737
)()
3838
)

showcase/src/test/scala/showcase/app/community/WebViewDemoSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class WebViewDemoSpec extends TestSpec with TestRendererUtils {
3636
<.Text(themeStyle(styles.title, themeTextStyle))("WebView:"),
3737
<.WebView(
3838
^.source := new UriResource {
39-
override val uri = "https://scommons.org/"
39+
override val uri = "https://scommons.github.io/"
4040
}
4141
)()
4242
)

0 commit comments

Comments
 (0)