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

Fixing broken links in access node docs #1481

Merged
merged 6 commits into from Oct 22, 2021
Merged

Conversation

j1010001
Copy link
Member

Some anchors in the original links (SendTransaction, GetTransaction, GetTransactionResult) can only be replaced by pointing to high-level transactions section - there are no method-specific anchors in the new docs.

Copy link
Member

@jordanschalm jordanschalm 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 the fixes. Just one note on the detail level of the links -- the more specific anchor tags work OK for me with the updated domain.

@@ -40,10 +40,10 @@ At a high level it does the following:
## Processes

### Transaction Lifecycle
1. Transactions are received by the access node via the [SendTransaction API call](https://onflow.org/docs/access-api#sendtransaction).
1. Transactions are received by the access node via the [SendTransaction API call](https://docs.onflow.org/access-api/#transactions).
Copy link
Member

Choose a reason for hiding this comment

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

The more detailed anchor links (https://docs.onflow.org/access-api/#sendtransaction) actually work fine me

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right, I tried this and it failed but I must have messed up some other part of the URL. Will send an update shortly.

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2021

Codecov Report

Merging #1481 (a1bce43) into master (41f0e35) will increase coverage by 0.01%.
The diff coverage is 37.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1481      +/-   ##
==========================================
+ Coverage   55.12%   55.14%   +0.01%     
==========================================
  Files         517      520       +3     
  Lines       32330    32413      +83     
==========================================
+ Hits        17823    17873      +50     
- Misses      12116    12143      +27     
- Partials     2391     2397       +6     
Flag Coverage Δ
unittests 55.14% <37.93%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/node_builder.go 0.00% <0.00%> (ø)
cmd/scaffold.go 0.89% <0.00%> (-0.01%) ⬇️
network/p2p/connManager.go 80.51% <ø> (ø)
network/p2p/middleware.go 0.00% <ø> (ø)
network/p2p/network.go 0.00% <ø> (ø)
network/p2p/compressed/mockStream.go 33.33% <33.33%> (ø)
network/p2p/libp2pNode.go 62.92% <41.17%> (-2.54%) ⬇️
network/p2p/compressed/compressedStream.go 72.00% <72.00%> (ø)
network/compressor/gzipCompressor.go 80.00% <80.00%> (ø)
network/p2p/test_utils.go 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 674122b...a1bce43. Read the comment docs.

@j1010001 j1010001 merged commit cb51334 into master Oct 22, 2021
@j1010001 j1010001 deleted the access-node-docs-fix branch October 22, 2021 19:51
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.

None yet

4 participants