Skip to content

Commit a6872df

Browse files
committed
📝 use biosustain org for recipe book
1 parent 443040e commit a6872df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GitHub Codespaces or in using the GitHub web interface. If you want, you can als
1313
everything on your local computer.
1414

1515
I will give a brief introduction to git. Then you will specific workflows by
16-
collaboratively work on extending a [recipe book](https://enryh.github.io/recipe-book/)
16+
collaboratively work on extending a [recipe book](https://biosustain.github.io/recipe-book/)
1717
(please bring a recipe you like).
1818
You will learn how to work on
1919
[branches](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches),

instructions_251105.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Please have a look at the (video) tutorials before the course:
2727

2828
You need to be logged in to GitHub and have a GitHub account.
2929

30-
- [github.dev/enryH/recipe-book (Editor)](https://github.dev/enryH/recipe-book)
31-
- [github.com/enryH/recipe-book (Website)](https://github.com/enryH/recipe-book)
30+
- [github.dev/biosustain/recipe-book (Editor)](https://github.dev/biosustain/recipe-book)
31+
- [github.com/biosustain/recipe-book (Website)](https://github.com/biosustain/recipe-book)
3232

3333
### In GitHub Workspace
3434

@@ -200,9 +200,9 @@ repository.
200200
remote: error: See https://gh.io/lfs for more information.
201201
remote: error: File large_text_file.txt is 105.00 MB; this exceeds GitHub's file size limit of 100.00 MB
202202
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
203-
To https://github.com/enryH/recipe-book.git
203+
To https://github.com/biosustain/recipe-book.git
204204
! [remote rejected] test-lfs -> test-lfs (pre-receive hook declined)
205-
error: failed to push some refs to 'https://github.com/enryH/recipe-book.git'
205+
error: failed to push some refs to 'https://github.com/biosustain/recipe-book.git'
206206
```
207207

208208
As of now git has a built-in support for hinting you at which files are to large to be

receipe_book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ see our other trainings:
1414
## Preview
1515

1616
<div style="border: 2px solid black; border-radius: 4px; overflow: hidden;">
17-
<iframe src="https://enryh.github.io/recipe-book/"
17+
<iframe src="https://biosustain.github.io/recipe-book/"
1818
width="100%" height="600"
1919
allowfullscreen="true"
2020
mozallowfullscreen="true"

0 commit comments

Comments
 (0)