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

Update links in readme after repository moved to cardano-foundation #3999

Merged
merged 1 commit into from
Jun 26, 2023
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ or to be accessed via CLI, e.g.:
docker run --network host --rm inputoutput/cardano-wallet network information
```

See also [Docker](https://input-output-hk.github.io/cardano-wallet/user-guide/Docker) for more information about using docker.
See also [Docker](https://cardano-foundation.github.io/cardano-wallet/user-guide/Docker) for more information about using docker.

NixOS users can also use the [NixOS service](https://input-output-hk.github.io/cardano-wallet/user-guide/NixOS).
NixOS users can also use the [NixOS service](https://cardano-foundation.github.io/cardano-wallet/user-guide/NixOS).

## How to install (Linux / Windows / Mac OS)

Expand All @@ -77,20 +77,20 @@ See **Installation Instructions** for each available [release](https://github.co

## How to build from sources

See [Building](https://input-output-hk.github.io/cardano-wallet/developers/Building)
See [Building](https://cardano-foundation.github.io/cardano-wallet/developers/Building)

## How to test

See [Testing](https://input-output-hk.github.io/cardano-wallet/contributing/Testing)
See [Testing](https://cardano-foundation.github.io/cardano-wallet/contributing/Testing)

## Documentation

| Link | Audience |
| --- | --- |
| [User Guide](https://input-output-hk.github.io/cardano-wallet/user-guide) | Users of Cardano Wallet |
| [CLI Manual](https://input-output-hk.github.io/cardano-wallet/user-guide/cli) | Users of the Cardano Wallet API |
| [API Documentation](https://input-output-hk.github.io/cardano-wallet/api/edge) | Users of the Cardano Wallet API |
| [Cardano Wallet Documentation](https://input-output-hk.github.io/cardano-wallet/) | Anyone interested in the project and our development process |
| [User Guide](https://cardano-foundation.github.io/cardano-wallet/user-guide) | Users of Cardano Wallet |
| [CLI Manual](https://cardano-foundation.github.io/cardano-wallet/user-guide/cli) | Users of the Cardano Wallet API |
| [API Documentation](https://cardano-foundation.github.io/cardano-wallet/api/edge) | Users of the Cardano Wallet API |
| [Cardano Wallet Documentation](https://cardano-foundation.github.io/cardano-wallet/) | Anyone interested in the project and our development process |
| [Adrestia Documentation](https://input-output-hk.github.io/adrestia/) | Anyone interested in the project and our development process |

<hr/>
Expand Down