Skip to content

Commit 1d5d94b

Browse files
committed
Final change
1 parent 5813978 commit 1d5d94b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/mkdocs-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Checkout the API repo
3737
uses: actions/checkout@v4
3838
with:
39-
# TODO: replace aversey with logicalclocks
40-
repository: aversey/hopsworks-api
39+
repository: logicalclocks/hopsworks-api
4140
ref: ${{ env.BRANCH }}
4241
path: hopsworks-api
4342

.github/workflows/mkdocs-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- name: Checkout the API repo
1616
uses: actions/checkout@v4
1717
with:
18-
# TODO: replace aversey with logicalclocks
19-
repository: aversey/hopsworks-api
18+
repository: logicalclocks/hopsworks-api
2019
ref: ${{ github.base_ref }}
2120
path: hopsworks-api
2221

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ nav:
262262
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
263263
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
264264
- ArrowFlight Server with DuckDB: setup_installation/common/arrow_flight_duckdb.md
265-
- Python API: "!import https://github.com/aversey/hopsworks-api?branch=branch-4.7"
265+
- Python API: "!import https://github.com/logicalclocks/hopsworks-api?branch=main"
266266
- Java API: javadoc
267267
- Community ↗: https://community.hopsworks.ai/
268268

@@ -379,5 +379,5 @@ markdown_extensions:
379379
- pymdownx.tasklist:
380380
custom_checkbox: true
381381
- pymdownx.emoji:
382-
emoji_index: !!python/name:material.extensions.emoji.twemoji
383-
emoji_generator: !!python/name:material.extensions.emoji.to_svg
382+
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
383+
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"

0 commit comments

Comments
 (0)