Missing page for `row` command (Java)
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 118
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The link to row in the API menu is not working (404). This link: https://rethinkdb.com/api/java/row
To Reproduce
Steps to reproduce the behavior:
- Go to https://rethinkdb.com/api/java/
- Click on 'Document manipulation' in the menu to the left
- Click on 'row'
Expected behavior
The row command is not available for Java, so I would expect that the command is not listed in the menu, that it redirects to a valid page, e.g. the JavaScript page of the row command or that is leads to a page telling me that the command is not available for Java.. everything else than navigating from a valid menu entry to a 404 page.
Screenshots

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Java API page and inspect the Document manipulation menu entry for row, then follow the link configuration to find where the broken URL is defined. Confirm the intended behavior for an unavailable Java command before changing the menu or destination. Done means the entry no longer leads to a 404 and the resulting documentation navigation is valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100