From 5ca509dc88dab535006074f3dd2885c13fe59cc9 Mon Sep 17 00:00:00 2001 From: Jane Wang Date: Tue, 5 Mar 2024 14:53:21 -0500 Subject: [PATCH] Fix urls in README (#1241) Co-authored-by: Jane Wang --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 096517765..53262da28 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo is home to the [Soroban CLI](https://github.com/stellar/soroban-tools/ ## Install the CLI -Install [the latest soroban-cli version](/releases). +Install [the latest soroban-cli version](https://github.com/stellar/soroban-cli/releases). `cargo install --locked soroban-cli` You can also install with `cargo-binstall`. @@ -25,11 +25,11 @@ To enable autocomplete permanently, run: ## Full Docs For autogenerated full docs, please see -[docs](/blob/main/docs/soroban-cli-full-docs.md). +[docs](/docs/soroban-cli-full-docs.md). ## Latest Release For latest releases, please see -[releases](/releases). +[releases](https://github.com/stellar/soroban-cli/releases). ## Upcoming Features For upcoming features, please see the [project @@ -49,6 +49,6 @@ which copies the git hooks found at `.cargo-husky/hooks` to `.git/hooks`. ## To Contribute Please fork this see `good first issues` on -[here](/contribute) and review the [contributing.md](/contributing.md). +[here](https://github.com/stellar/soroban-cli/contribute) and review the [contributing.md](/contributing.md). -Soroban: https://soroban.stellar.org +Developer Docs: https://developers.stellar.org/docs