-
Notifications
You must be signed in to change notification settings - Fork 0
traces #603
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
base: main
Are you sure you want to change the base?
Conversation
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx |
Thanks for the update to the traces docs under ecosystem/rpc. There’s one high‑severity link issue that needs a small fix before merge. Findings (1)High (1)[HIGH] Broken internal link to non-existent API referenceLocation: mintlify-ton-docs/ecosystem/rpc/traces.mdx Lines 39 to 40 in 22b1862
Description: Suggestion: - To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level `GET /traces` endpoint. - To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level `GET /api/v3/traces` endpoint. - To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level Get Traces endpoint in [TON Center API v3](/ecosystem/rpc/ton-center-http-api-v-3). |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx |
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.
- Wasn't this article meant to go into Ecosystem > Explorers?
- Probably
m4'
andm4''
were meant to bem4
andm4'
, otherwise it's not consistent with the rest of them - After internal discussion it turned out we're not satisfied with how the image looks after all :) The spacing is off, and it doesn't really look professional. Could you please create an issue, so that we can ask designers to make a better one in the future?
This is another article from this issue
Will fix it. Thank you |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx |
closes #302