Skip to content

Commit 8e0c8b3

Browse files
committed
fix javadocs
1 parent 3049aac commit 8e0c8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: bash ./build.sh
3535

3636
- name: Copy Javadocs into docs
37-
run: cp -r target/site/apidocs ./docs/.hyperbook/out/javadocs
37+
run: cp -r target/apidocs ./docs/.hyperbook/out/javadocs
3838

3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5

docs/hyperbook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"links": [
2020
{
2121
"label": "JavaDoc",
22-
"href": "https://openpatch.github.io/scratch-for-java/"
22+
"href": "/javadocs"
2323
},
2424
{
2525
"label": "Contact",

0 commit comments

Comments
 (0)