From 5a56ee65b8cb809c088ecea95d0f6e8a9994b17b Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 24 Jul 2020 03:33:28 -0700 Subject: [PATCH] Fix contributing image link Summary: Better fix for D22662057 (https://github.com/facebook/flipper/commit/485b4c98273ef11921fde5e1123e211995598b2c) / https://github.com/facebook/flipper/pull/1396 Reviewed By: jknoxville Differential Revision: D22663334 fbshipit-source-id: 3a5f967e857ccc819be34903e3fb982e90823040 --- CONTRIBUTING.md | 2 ++ .../static/img}/actions-artifacts.png | Bin 2 files changed, 2 insertions(+) rename {desktop/static => website/static/img}/actions-artifacts.png (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 708909dfa..df437440c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,8 @@ We actively welcome your pull requests. ### Verifying changes to Flipper +![GitHub Actions artifact downloads](website/static/img/actions-artifacts.png) + After opening a pull request or pushing to a branch, the CI will generate build artifacts for you for Linux, MacOS and Windows. You can download them from the GitHub Actions checks on your Pull Request. diff --git a/desktop/static/actions-artifacts.png b/website/static/img/actions-artifacts.png similarity index 100% rename from desktop/static/actions-artifacts.png rename to website/static/img/actions-artifacts.png