From 7630d2c7ba2f2013204557af440e3f1c94740bef Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Sun, 21 Mar 2021 15:45:54 -0700 Subject: [PATCH] Update link to github actions docs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f540a67..98af427 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions +# For more information see: https://docs.github.com/en/actions/guides/building-and-testing-python name: Build and test