Skip to content

Commit b394bb0

Browse files
Update link to opalrb.com
1 parent 333cfe6 commit b394bb0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Try Ruby version 2 by _Andrew McElroy & David Miani_
1010
Try Ruby version 3 by _Eric Allam & Nick Walsh_
1111
Try Ruby version 4 by _Ivo Herweijer_
1212

13-
This website is partially based on OpalRb.org by _Adam Beynon_.
13+
This website is partially based on OpalRb.com by _Adam Beynon_.
1414

1515
### Translations
1616
Spanish translation by _Jesus Gabriel y Galan_ & _Pablo García_

source/about.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Try Ruby version 2 by _Andrew McElroy & David Miani_
3333
Try Ruby version 3 by _Eric Allam & Nick Walsh_
3434
Try Ruby version 4 by _Ivo Herweijer_
3535

36-
This website is partially based on <a href="http://opalrb.org/" target="_blank">OpalRb.org</a>
36+
This website is partially based on <a href="http://opalrb.com/" target="_blank">OpalRb.com</a>
3737
by _Adam Beynon_,
3838
and uses <a href="http://glyphicons.com/" target="_blank">Gyphicons</a>.
3939

source/articles/2015-01-03-app-development.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local storage, which you can use to make the customer think he/she is still conn
3737
service. When an internet connection becomes available again, you can sync changes.
3838
I am not saying that this is easy to do, far from it, but it's do-able.
3939

40-
One thing that can make life easier is to use <a href="http://opalrb.org/" target="_blank">Opal</a>.
40+
One thing that can make life easier is to use <a href="http://opalrb.com/" target="_blank">Opal</a>.
4141
This means that you can run Ruby code in the webbrowser. Normally webbrowsers only run Javascript,
4242
but Opal cleverly translates your Ruby code to Javascript. This saves you having to learn Javascript.
4343
It is also very handy to use the same language for both the front-end (webbrowser) and the back-end

0 commit comments

Comments
 (0)