Skip to content

Commit 7e2cf4f

Browse files
authored
Fix Binder/Colab links (#19)
Broken by #17
1 parent 4fdedeb commit 7e2cf4f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/en/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ bibtex_bibfiles:
2121

2222
# Information about where the book exists on the web
2323
repository:
24-
url: https://github.com/Jij-Inc/JijModeling-Tutorials # Online location of your book
25-
path_to_book: en # Optional path to your book, relative to the repository root
26-
branch: main # Which branch of the repository should be used when creating links (optional)
24+
url: https://github.com/Jij-Inc/JijModeling-Tutorials # Online location of your book
25+
path_to_book: docs/en # Optional path to your book, relative to the repository root
26+
branch: main # Which branch of the repository should be used when creating links (optional)
2727

2828
# Add GitHub buttons to your book
2929
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository

docs/ja/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ bibtex_bibfiles:
2121

2222
# Information about where the book exists on the web
2323
repository:
24-
url: https://github.com/Jij-Inc/JijModeling-Tutorials # Online location of your book
25-
path_to_book: docs # Optional path to your book, relative to the repository root
26-
branch: main # Which branch of the repository should be used when creating links (optional)
24+
url: https://github.com/Jij-Inc/JijModeling-Tutorials # Online location of your book
25+
path_to_book: docs/ja # Optional path to your book, relative to the repository root
26+
branch: main # Which branch of the repository should be used when creating links (optional)
2727

2828
# Add GitHub buttons to your book
2929
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository

0 commit comments

Comments
 (0)