[DOCS-14092] The Java Reactive Streams Driver page points to the old code repository Created: 06/Jan/21 Updated: 29/Oct/23 Resolved: 02/Feb/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, 5 days ago |
| Story Points: | 1 |
| Description |
DescriptionThe Java Reactive Streams Driver page (https://docs.mongodb.com/drivers/reactive-streams) points to the old Reactive Streams Driver repository (https://github.com/mongodb/mongo-java-driver-reactivestreams) via the "Source Code" link. It should point to https://github.com/mongodb/mongo-java-driver/tree/master/driver-reactive-streams instead (it's now a module inside a new Java Driver repo). Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Valentin Kavalenka [ 05/Feb/21 ] |
|
Thanks alek.binion, chris.cho! The JVM driver pages look good. |
| Comment by Christopher Cho [ 05/Feb/21 ] |
|
The Docs Platform team deployed the changes to the directives yesterday, so I published the docs.mongodb.com/drivers site which reflects these changes. In the future, our team might explore alternatives for version updates that are not dependent on their team's release schedule since this waiting for the release is a new constraint introduced by their latest publishing toolset. |
| Comment by Valentin Kavalenka [ 02/Feb/21 ] |
|
Thank you, Alek, for the detailed explanation! I am sorry for being confused. |
| Comment by Alek Binion (Inactive) [ 02/Feb/21 ] |
|
Hi valentin.kovalenko , Sorry for the confusion. All of the HTTP links on the page use the "java-docs" directive defined in snooty-parser. Snooty-parser is our publishing tool and performs replacements for directive tags. The "java-docs" directive tag was updated in this commit (the commit linked in previous message), but the change hasn't been deployed by the Docs Platform team yet. They manage their own deployment schedule; they usually deploy every couple of weeks. If this deployment schedule timing is inconvenient, please reach out to their team manager, Deepak Shah. Alternatively, if this change is urgent, we can hardcode the links, but that may create additional work and chance of error every time the version is updated. Please let me know if you see any additional issues, or if you would like to discuss further. Thank you, Alek |
| Comment by Valentin Kavalenka [ 02/Feb/21 ] |
I did not find HTTP->HTTPS changes for the following links:
It may be more efficient to fix all HTTP links on the page (or in the whole documentation) without the need for each link to be explicitly reported by someone. |
| Comment by Githook User [ 01/Feb/21 ] |
|
Author: {'name': 'Aleksander Binion', 'email': '77393289+biniona-mongodb@users.noreply.github.com', 'username': 'biniona-mongodb'}Message: update source code link (#717)
|
| Comment by Alek Binion (Inactive) [ 01/Feb/21 ] |
|
https://github.com/mongodb/docs-ecosystem/pull/717 HTTP to HTTPS links were taken care of in here
|
| Comment by Valentin Kavalenka [ 20/Jan/21 ] |
|
Some links on the Reactive Streams driver page and the Java driver page use the HTTP scheme. If possible, we should change other links to use HTTPS. |