Skip to content

Commit db2c8fd

Browse files
committed
Update documentation URLs for webr.sh
1 parent 47aa656 commit db2c8fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This project aims to compile the statistical language R (https://www.r-project.org/) into WebAssembly for use with a browser, via Emscripten (https://emscripten.org/). The repo includes patches to R's source code so that it can work in the browser environment provided by Emscripten and also includes a web-based IDE through the use of [xterm.js](https://xtermjs.org/) and [CodeMirror](https://codemirror.net/).
55

66
## Demo
7-
A demo of the webR IDE can be found at https://webr.r-wasm.org/latest/. Please be patient as the Wasm runtime downloads and executes. R will display a banner message when it is ready to use.
7+
A demo of the webR IDE can be found at https://webr.sh. Please be patient as the Wasm runtime downloads and executes. R will display a banner message when it is ready to use.
88

99
## Documentation
1010
Documentation showing how to use webR in your own projects can be found at

src/docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some browsers (especially mobile browsers) may place restrictive limits on the a
2323

2424
### WebR REPL
2525

26-
Try a [demo of the webR REPL](https://webr.r-wasm.org/latest/) directly in your web browser, no installation required!
26+
Try a [demo of the webR REPL](https://webr.sh) directly in your web browser, no installation required!
2727

2828
### Interactive R code editor
2929

src/docs/packages.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The repository URL is set using the `repos` argument and the public build of web
2020

2121
### Example: Installing the Matrix package
2222

23-
Run the following R code in a running webR session, such as the [webR REPL demo](https://webr.r-wasm.org/latest/),
23+
Run the following R code in a running webR session, such as the [webR REPL demo](https://webr.sh),
2424

2525
```{r eval=FALSE}
2626
webr::install("Matrix")
@@ -41,7 +41,7 @@ webr::shim_install()
4141
install.packages("Matrix")
4242
```
4343

44-
The [webR REPL demo](https://webr.r-wasm.org/latest/) performs this base R function replacement as part of its startup procedure.
44+
The [webR REPL demo](https://webr.sh) performs this base R function replacement as part of its startup procedure.
4545

4646
## Interactively installing packages
4747

0 commit comments

Comments
 (0)