From 8ac9361cdb62a76d41aead95c0ee85bef6663b00 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Fri, 5 Jul 2024 01:32:07 -0400 Subject: [PATCH] Update zip.md --- config/makers/zip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/makers/zip.md b/config/makers/zip.md index 4f95b6c..1ad090a 100644 --- a/config/makers/zip.md +++ b/config/makers/zip.md @@ -68,4 +68,4 @@ The first time you run `make` with this parameter configured, an architecture-sp Once this asset is uploaded to the bucket, subsequent runs will read from the existing manifest at `https://my-bucket.s3.amazonaws.com/my-app-updates/darwin/arm64/RELEASES.json` and modify it to update the `currentRelease` property to the next version that is built. -For end-to-end instructions on this process, including how to publish assets to S3 and set up the autoUpdater to read the `RELEASES.json` manifest, see the [Auto updating from S3](s3/) guide. +For end-to-end instructions on this process, including how to publish assets to S3 and set up the autoUpdater to read the `RELEASES.json` manifest, see the [Auto updating from S3](config/publishers/s3.md#auto-updating-from-s3 "mention") guide.