From 0ba59bde917287c80b95b49093c65dcbc8b49f33 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Fri, 23 Feb 2024 19:56:25 +0100 Subject: [PATCH] fix: logo and demo asset urls --- src/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/introduction.md b/src/introduction.md index 85df948..b1bda3f 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -1,6 +1,6 @@ # Introduction -![act-logo](https://github.com/nektos/act/wiki/img/logo-150.png) +![act-logo](https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png) > "Think globally, `act` locally" @@ -15,4 +15,4 @@ When you run `act` it reads in your GitHub Actions from `.github/workflows/` and Let's see it in action with a [sample repo](https://github.com/cplee/github-actions-demo)! -![Demo](https://github.com/nektos/act/wiki/quickstart/act-quickstart-2.gif) +![Demo](https://raw.githubusercontent.com/wiki/nektos/act/quickstart/act-quickstart-2.gif)