Skip to content

Commit dfd9d08

Browse files
updated lo assets directory
1 parent ed3b6ac commit dfd9d08

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ install: install-pre-commit-hook
4646
# recent version. We would like to directly fetch `lodrc-current`,
4747
# however, the fetch only returns the name of the file it's
4848
# linked to. We do an additional fetch for the linked file.
49-
@LODRC_CURRENT=$$(curl -s https://raw.githubusercontent.com/ETS-Next-Gen/lo_assets/main/lo_dash_react_components/lo_dash_react_components-current.tar.gz); \
50-
pip install https://raw.githubusercontent.com/ETS-Next-Gen/lo_assets/main/lo_dash_react_components/$${LODRC_CURRENT}
49+
@LODRC_CURRENT=$$(curl -s https://raw.githubusercontent.com/ArgLab/lo_assets/main/lo_dash_react_components/lo_dash_react_components-current.tar.gz); \
50+
pip install https://raw.githubusercontent.com/ArgLab/lo_assets/main/lo_dash_react_components/$${LODRC_CURRENT}
5151

5252
install-dev:
5353
# TODO create a dev requirements file

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0+2026.03.13T15.49.25.710Z.fa70160c.berickson.20260312.small.fixes
1+
0.1.0+2026.03.16T14.11.00.133Z.ed3b6ac0.berickson.20260312.small.fixes

learning_observer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0+2026.03.13T15.15.47.294Z.a9a3177c.berickson.20260312.small.fixes
1+
0.1.0+2026.03.16T14.11.00.133Z.ed3b6ac0.berickson.20260312.small.fixes

learning_observer/learning_observer/remote_assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Default repository coordinates
2828
# ---------------------------------------------------------------------------
2929

30-
_LO_ASSETS_REPO = 'ETS-Next-Gen/lo_assets'
30+
_LO_ASSETS_REPO = 'ArgLab/lo_assets'
3131
_LO_ASSETS_REF = 'main'
3232

3333

modules/lo_dash_react_components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In Learning Observer, we create React components and generate a Python package f
66

77
### Pre-built installation
88

9-
These components take a bit of extra infrastructure to build (mainly `node`). If you just with to use these components, without developing new ones or changing current ones, we suggest installing the pre-built package available in the [LO Assets github repository](https://github.com/ETS-Next-Gen/lo_assets/tree/main/lo_dash_react_components).
9+
These components take a bit of extra infrastructure to build (mainly `node`). If you just with to use these components, without developing new ones or changing current ones, we suggest installing the pre-built package available in the [LO Assets github repository](https://github.com/ArgLab/lo_assets/tree/main/lo_dash_react_components).
1010

1111
### Requirements
1212

modules/portfolio_diff/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tar -C out -czf "portfolio_diff_${VERSION_TAG}.tar.gz" .
3333

3434
That creates a tarball in `modules/portfolio_diff` (for example `portfolio_diff-20260710-153010.tar.gz`) containing the static site root.
3535

36-
You should include copy this to the [`lo_assets` repository](github.com/ETS-Next-Gen/lo_assets) and update the `portfolio_diff-current.tar.gz` link to point to the new version.
36+
You should include copy this to the [`lo_assets` repository](github.com/ArgLab/lo_assets) and update the `portfolio_diff-current.tar.gz` link to point to the new version.
3737

3838
## Existing helper script
3939

modules/wo_portfolio_diff/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0+2026.03.13T15.45.38.131Z.bc144fc8.berickson.20260312.small.fixes
1+
0.1.0+2026.03.16T14.11.00.133Z.ed3b6ac0.berickson.20260312.small.fixes

modules/wo_portfolio_diff/wo_portfolio_diff/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _prompt_to_write_runtime_config():
8585
return learning_observer.remote_assets.confirm(
8686
prompt=(
8787
'Would you like to write runtime-config.js '
88-
'using current LO hostname/protocol settings? (y/n) '
88+
f'using current LO hostname/protocol settings `{_ws_origin_from_settings()}`? (y/n) '
8989
),
9090
default_noninteractive=True,
9191
)

0 commit comments

Comments
 (0)