From 137cf5038c9c57736c30f4749830a9893d203786 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Fri, 27 Jan 2023 13:01:04 +0530 Subject: [PATCH] Reword docs about latest binary artifact downloads (#2289) ## Description Just some docs cleanup. ## Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup ## Issue(s) * fixes https://github.com/alcionai/corso/issues/2278 ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- website/docs/developers/build.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/docs/developers/build.md b/website/docs/developers/build.md index baa3261ed..8d0dfa878 100644 --- a/website/docs/developers/build.md +++ b/website/docs/developers/build.md @@ -19,10 +19,12 @@ If you don't have Go available, you can find installation instructions [here](ht This will generate a binary named `corso` in the directory where you run the build. :::note -You can download binary artifacts of the latest commit from GitHub by -navigating to the "Summary" page of the `Build/Release Corso` CI job -that was run for that commit. -You will find the artifacts at the bottom of the page. +Prebuilt binary artifacts of the latest commit are available on GitHub. +You can access them by navigating to the "Summary" page of +the [`Build/Release Corso` CI job](https://github.com/alcionai/corso/actions/workflows/ci.yml?query=branch%3Amain) +that was run for the latest commit on the `main` branch. +The downloads will be available in the "Artifacts" section towards the +bottom of the page. ::: ### Building via Docker