summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-10-09 09:41:44 -0700
committerNate Sesti <sestinj@gmail.com>2023-10-09 09:41:44 -0700
commit815627b167e4bf06308b51c6756e33c36b17b631 (patch)
treef2b171f5d93d1c3cc6a67c792abbcc772499a50d
parent134ee46f5bac32f33c86ef2b21ab8049db025da5 (diff)
downloadsncontinue-815627b167e4bf06308b51c6756e33c36b17b631.tar.gz
sncontinue-815627b167e4bf06308b51c6756e33c36b17b631.tar.bz2
sncontinue-815627b167e4bf06308b51c6756e33c36b17b631.zip
fix: :memo: use backup server links in docs
-rw-r--r--docs/docs/walkthroughs/manually-run-continue.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/walkthroughs/manually-run-continue.md b/docs/docs/walkthroughs/manually-run-continue.md
index a20fe69b..1a24fcf7 100644
--- a/docs/docs/walkthroughs/manually-run-continue.md
+++ b/docs/docs/walkthroughs/manually-run-continue.md
@@ -27,10 +27,10 @@ The easiest way to run Continue is to
If you'd like to use a pre-built binary, you can download manually from our S3 bucket. These are the download links for each OS:
-- [MacOS (Intel)](https://s3.continue.dev/mac/run)
-- [MacOS (Apple Silicon)](https://s3.continue.dev/apple-silicon/run)
-- [Windows](https://s3.continue.dev/windows/run.exe)
-- [Linux](https://s3.continue.dev/linux/run)
+- [MacOS (Intel)](https://continue-server-binaries.s3.us-west-1.amazonaws.com/mac/run)
+- [MacOS (Apple Silicon)](https://continue-server-binaries.s3.us-west-1.amazonaws.com/apple-silicon/run)
+- [Windows](https://continue-server-binaries.s3.us-west-1.amazonaws.com/windows/run.exe)
+- [Linux](https://continue-server-binaries.s3.us-west-1.amazonaws.com/linux/run)
Once downloaded, start the binary by running `./run` (MacOS/Linux) or `./run.exe` (Windows) in the directory where you downloaded it. You should see that it begins listening on port 65432.