From f1a314354fed931f31ba1a02ec5d58f7191104b8 Mon Sep 17 00:00:00 2001 From: "Charles O. Goddard" Date: Sat, 31 Aug 2024 13:48:26 -0700 Subject: [PATCH] Fix README links Fixes #412. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20599898..cbf93b12 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ See `docs/evolve.md` for details. ## ✨ Merge in the Cloud ✨ -We host merging on Arcee's cloud GPUs - you can launch a cloud merge in the [Arcee App](app.arcee.ai). Or through python - grab an ARCEE_API_KEY: +We host merging on Arcee's cloud GPUs - you can launch a cloud merge in the [Arcee App](https://app.arcee.ai). Or through python - grab an ARCEE_API_KEY: `export ARCEE_API_KEY=` `pip install -q arcee-py` @@ -229,7 +229,7 @@ import arcee arcee.merge_yaml("bio-merge","./examples/bio-merge.yml") ``` -Check your merge status at the [Arcee App](app.arcee.ai) +Check your merge status at the [Arcee App](https://app.arcee.ai) When complete, either deploy your merge: