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 links killed by GitHub migration #411

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Overview of the `cardano-api` repository

Integration of the [`ledger`](https://github.com/input-output-hk/cardano-ledger), [`consensus`](https://github.com/input-output-hk/ouroboros-consensus) and
[networking](https://github.com/input-output-hk/ouroboros-network/tree/master/ouroboros-network) repositories.
Integration of the [`ledger`](https://github.com/IntersectMBO/cardano-ledger), [`consensus`](https://github.com/IntersectMBO/ouroboros-consensus) and
[networking](https://github.com/IntersectMBO/ouroboros-network/tree/master/ouroboros-network) repositories.

## Contributing

Expand All @@ -17,4 +17,4 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj

Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).

Haddock documentation is available at: https://cardano-api.cardano.intersectmbo.org/
Haddock documentation is available at: https://intersectmbo.github.io/cardano-api/
2 changes: 1 addition & 1 deletion cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ None
- Improved tests for Byron era legacy key formats (#2259)
- More precise error cases for tx outputs that are out of range (#2217)
- Host up-to-date generated API documentation via github
https://cardano-node.cardano.intersectmbo.org/ (#2273, #2276, #2278)
https://intersectmbo.github.io/cardano-node/ (#2273, #2276, #2278)

## 1.24.2 -- December 2020

Expand Down
Loading