-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
@@ -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) |
There was a problem hiding this comment.
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
There was a problem hiding this 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) |
There was a problem hiding this comment.
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:
[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.
There was a problem hiding this comment.
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)
Deploying with Cloudflare Pages
|
There was a problem hiding this 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
There was a problem hiding this 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
eb9064d
to
c239499
Compare
Before
After