[DOCS-14093] The Scala Driver page points to the old SCALA Jira project Created: 06/Jan/21 Updated: 29/Oct/23 Resolved: 21/Jan/21 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | drivers |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Valentin Kavalenka | Assignee: | Alek Binion (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 3 years, 1 week, 2 days ago |
| Story Points: | 1 |
| Description |
DescriptionThe Scala Driver page (https://docs.mongodb.com/drivers/scala) points to the SCALA Jira project for the old Scala Driver (https://jira.mongodb.org/browse/SCALA) via the "SCALA" link (search for the text "See our SCALA JIRA project" on the docs page). It should instead point to the same place (currently https://mongodb.github.io/mongo-java-driver/4.1/issues-help/) as the Java Driver page (https://docs.mongodb.com/drivers/java) does via the "Issues & Help" link. Don't worry about completely losing the https://jira.mongodb.org/browse/SCALA link, the readme for the old Scala Driver still specifies it (see https://github.com/mongodb/mongo-scala-driver#bugs--feature-requests), and that is enough. Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Valentin Kavalenka [ 02/Feb/21 ] |
|
I noticed that the Scala Driver page suffers from the same "HTTP instead of HTTPS" problem other JVM driver pages have. Is it possible to update all HTTP links on this page to HTTPS? Update: This Alek's comment gives the answer to the above question. I was confused when I asked it. |
| Comment by Githook User [ 21/Jan/21 ] |
|
Author: {'name': 'Aleksander Binion', 'email': '77393289+biniona-mongodb@users.noreply.github.com', 'username': 'biniona-mongodb'}Message: Co-authored-by: Aleksander Binion <aleksander.binion@gmail.com> |
| Comment by Alek Binion (Inactive) [ 21/Jan/21 ] |
| Comment by Valentin Kavalenka [ 20/Jan/21 ] |
|
The "Issues & Help" link on the Java Driver page (https://docs.mongodb.com/drivers/java) specifies HTTP scheme instead of HTTPS. The link requested in this ticket (on the Scala driver page) should use the HTTPS scheme. If possible, we should change other links on the Scala driver page to use HTTPS. |