Skip to content

Commit 9721eff

Browse files
committed
Update example URLs
1 parent 21531df commit 9721eff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The file `jypyter-lite.json` may be modified to set the webR base URL `baseUrl`
3838
"jupyter-config-data": {
3939
"litePluginSettings": {
4040
"@r-wasm/webr-kernel-extension:kernel": {
41-
"baseUrl": "https://example.com/webr/v0.0.0/",
42-
"repoUrl": "https://myuser.r-universe.dev/"
41+
"baseUrl": "https://webr.r-wasm.org/latest/",
42+
"repoUrl": "https://repo.r-wasm.org/"
4343
}
4444
}
4545
}

jupyter-lite.json.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"jupyter-config-data": {
44
"litePluginSettings": {
55
"@r-wasm/webr-kernel-extension:kernel": {
6-
"baseUrl": "https://example.com/webr/v0.0.0/",
7-
"repoUrl": "https://r-lib.r-universe.dev/"
6+
"baseUrl": "https://webr.r-wasm.org/latest/",
7+
"repoUrl": "https://repo.r-wasm.org/"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)