Skip to content

Commit 3f7c59a

Browse files
Rename old apps-lab references to app-bricks-py (#529)
1 parent 0725529 commit 3f7c59a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Orchestrator is a Go service running on Imola and Monza boards, that:
1010

1111
### Other useful repositories
1212

13-
- [https://github.com/bcmi-labs/appslab-python-modules](https://github.com/bcmi-labs/appslab-python-modules)\
13+
- [https://github.com/bcmi-labs/app-bricks-py](https://github.com/bcmi-labs/app-bricks-py)\
1414
Python bricks, containers and examples
1515
- [https://github.com/bcmi-labs/app-bricks-example](https://github.com/bcmi-labs/app-bricks-example)\
1616
Arduino App examples repository

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ tasks:
337337
if [ -d "$DST_DIR" ]; then
338338
exit 0
339339
fi
340-
gh release download -R bcmi-labs/appslab-python-modules "release/${semver_tag}" -p '*.whl' -D "$tmpdir" --clobber
340+
gh release download -R bcmi-labs/app-bricks-py "release/${semver_tag}" -p '*.whl' -D "$tmpdir" --clobber
341341
342342
ZIP_NAME="$tmpdir"/arduino_app_bricks-"${semver_tag}"-py3-none-any.whl
343343
OUTPUT_DIR="${tmpdir}/${semver_tag}"

docs/specifications/bricks-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
arduino: #namespace
99
app-bricks: #collection
1010
package: app-bricks # pypi name
11-
repository: https://github.com/bcmi-labs/appslab-python-modules
11+
repository: https://github.com/bcmi-labs/app-bricks-py
1212
latest-release: 1.0.0
1313
releases:
1414
- version: 0.0.11

0 commit comments

Comments
 (0)