mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 22:56:00 +03:00
[GH-ISSUE #66] Fix Broken Link to API Reference in Community Edition Docs #19
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olegprivate on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/66
Originally assigned to: @falendary on GitHub.
Is your feature request related to a problem?
In the documentation for the Community Edition, the link provided for the "API Reference" is broken. Clicking on it leads to a 404 error or an incorrect page. This prevents developers from accessing essential information needed to interact with the Finmars API.
Describe the solution you'd like
The broken hyperlink should be updated to point to the correct, functional URL for the Finmars Community Edition API reference documentation.
Acceptance Criteria
Given a user is on the main documentation page for the Community Edition.
When they click the link for the "API Reference".
Then they should be successfully navigated to the live API documentation page.
And the page that loads must be the correct API reference for the Community Edition.
@olegprivate commented on GitHub (Sep 8, 2025):
@sergeiosipov commented on GitHub (Oct 10, 2025):
Done