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

feat: make chain-integration > cosmos-sdk links clickable #970

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

0xpatrickdev
Copy link
Member

@0xpatrickdev 0xpatrickdev commented Feb 8, 2024

Before

image

After

image

@@ -36,15 +36,15 @@ agd version --long
# FAQ

- How are transactions encoded?
https://docs.cosmos.network/v0.45/core/encoding.html
[https://docs.cosmos.network/v0.45/core/encoding.html](https://docs.cosmos.network/v0.45/core/encoding.html)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links also work with v0.46, but 404 at v0.47 and main

Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather we used normal link text

- What data is needed to create a transaction (last block hash, nonce, sender public key, etc.)?
https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation
- What data is signed and how is that data obtained (for example truncated SHA256 of transaction data)?
https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation
[https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation](https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's avoid urls-in-your-face, please:

Suggested change
[https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation](https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation)
[Transaction Generation](https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation)

and likewise throughout.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eb9064d (updated PR body with new After)

Copy link

cloudflare-workers-and-pages bot commented Feb 8, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c239499
Status: ✅  Deploy successful!
Preview URL: https://9e19a845.documentation-7tp.pages.dev
Branch Preview URL: https://864-cosmos-sdk-tx-encoding-l.documentation-7tp.pages.dev

View logs

Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for tidying up around the shop

Copy link
Contributor

@kbennett2000 kbennett2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks much better!

- (sort of) closes #864, which claims these links do not work
@0xpatrickdev 0xpatrickdev force-pushed the 864-cosmos-sdk-tx-encoding-links branch from eb9064d to c239499 Compare February 9, 2024 16:41
@0xpatrickdev 0xpatrickdev merged commit 3c4c833 into main Feb 9, 2024
4 checks passed
@0xpatrickdev 0xpatrickdev deleted the 864-cosmos-sdk-tx-encoding-links branch February 9, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

integrations links to cosmos-sdk v0.45 docs: Page Not Found
3 participants