Skip to content

Commit

Permalink
Update links to the online book
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 20, 2022
1 parent 714488a commit 56682a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ mdbook serve --open

This will automatically rebuild the book whenever you edit the contents.

[book]: https://robmoss.github.io/git-is-my-lab-book/
[book]: https://git-is-my-lab-book.net/
[license]: http://creativecommons.org/licenses/by-sa/4.0/
2 changes: 1 addition & 1 deletion src/collaborating/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Continuous Integration (CI) is an automated process where code changes are merge
This can provide rapid feedback while you develop your code and collaborate with others, as long as commits are regularly pushed to the central repository.

```admonish info
This book is an example of Continuous Integration: every time a commit is pushed to the [central repository](https://github.com/robmoss/git-is-my-lab-book), the [online book](robmoss.github.io/git-is-my-lab-book/) is automatically updated.
This book is an example of Continuous Integration: every time a commit is pushed to the [central repository](https://github.com/robmoss/git-is-my-lab-book), the [online book](https://git-is-my-lab-book.net/) is automatically updated.
Because the central repository is hosted on GitHub, we use [GitHub Actions](https://docs.github.com/en/actions/quickstart). Note that this is a GitHub-specific CI system.
You can view the update action for this book [here](https://github.com/robmoss/git-is-my-lab-book/blob/master/.github/workflows/deploy.yml).
Expand Down

0 comments on commit 56682a0

Please sign in to comment.