Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix urls in README #1241

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand All @@ -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
Loading