Skip to content
Open
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 ecosystem/api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, d
- [TON node and liteserver source](https://github.com/ton-blockchain/ton)
- [Mainnet liteserver config][c], [testnet config][c-tn]
- [TON Center landing page](https://toncenter.com)
- [TON Center v2 (Python, older) source and deploy instructions][etc-v2-src]
- [TON Center v2 (C++, newer) source and deploy instructions](https://github.com/toncenter/ton-http-api-cpp)
- [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[HIGH] Subjective “recommended” label in reference entry

The reference list entry for TON Center v2 currently reads “TON Center v2 (C++, newer, recommended) …”, which introduces a subjective recommendation and marketing-style phrasing without explicit, measurable criteria. The extended style guide bans promotional or vague evaluative adjectives such as “recommended” in technical content, requiring strictly factual, task-focused language. This wording appears directly in the changed line, so the issue is fully within the PR diff. Keeping the entry factual avoids implying endorsement or preference beyond what the documentation can justify objectively.

Suggested change
- [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src]

Please leave a reaction 👍/👎 to this suggestion to improve future reviews for everyone!

- [TON Center v2 (Python, older) source and deploy instructions](https://github.com/toncenter/ton-http-api)
- [TON Center v3 source and deploy instructions][etc-v3-src]
- [TonAPI site](https://tonapi.io), [REST docs][eta-doc], [Swagger][eta-swagger]
- [OpenTonAPI (limited open-source)][eta-oss-src]
Expand All @@ -60,7 +60,7 @@ Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, d

[etc-v2]: https://toncenter.com/api/v2
[etc-v2-tn]: https://testnet.toncenter.com/api/v2
[etc-v2-src]: https://github.com/toncenter/ton-http-api
[etc-v2-src]: https://github.com/toncenter/ton-http-api-cpp
[etc-v2-doc]: /ecosystem/api/toncenter/v2/overview
[etc-v3]: https://toncenter.com/api/v3
[etc-v3-tn]: https://testnet.toncenter.com/api/v3
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/api/toncenter/v2/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Requests without an API key are limited to a default rate of 1 request per secon

### Self-hosted service

Run a self-hosted TON Center API v2 infrastructure for full control over performance and data retention. See the [API v2](https://github.com/toncenter/ton-http-api) repository for setup instructions.
Run a self-hosted TON Center API v2 infrastructure for full control over performance and data retention. See the [API v2](https://github.com/toncenter/ton-http-api-cpp) repository for setup instructions.
Loading