[DOCS-12433] Incorrect link to .NET driver API docs Created: 06/Feb/19 Updated: 04/Jan/23 Resolved: 10/Mar/20 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | ecosystem |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Vincent Kam (Inactive) | Assignee: | Nathan Contino (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 3 years, 48 weeks, 1 day ago |
| Story Points: | 2 |
| Description |
DescriptionThe link to the "MongoDB C# API Documentation" on this page (https://docs.mongodb.com/ecosystem/drivers/csharp/) links to http://api.mongodb.com/csharp/current?jmp=docs which redirects to http://api.mongodb.com/csharp/current/html/R_Project_CSharpDriverDocs.htm, which is not up to date. The link or redirect should point to https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/R_Project_CSharpDriverDocs.htm Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Nathan Contino (Inactive) [ 10/Mar/20 ] |
|
Changes are live on the ecosystem site now. |
| Comment by Githook User [ 10/Mar/20 ] |
|
Author: {'name': 'nate contino', 'username': 'nathan-contino-mongo', 'email': 'nathan.contino@mongodb.com'}Message: |
| Comment by Vincent Kam (Inactive) [ 02/Jan/20 ] |
|
Given the above discussion, I propose the following: 1. Delete the "Getting Started" link (which not all drivers have anyways). rstam jeff.yemin Does this sound OK? |
| Comment by Jeffrey Yemin [ 14/Feb/19 ] |
|
We should NOT link to api.mongodb.org at all. That site needs to die some day, so let's not keep it alive. Can we model this more after the Java driver page and just link to http://mongodb.github.io/mongo-csharp-driver/? |
| Comment by Robert Stam [ 14/Feb/19 ] |
|
I propose we just remove the link to "http://api.mongodb.com/csharp/current?jmp=docs" from the "https://docs.mongodb.com/ecosystem/drivers/csharp/" page. It already has a link to "http://mongodb.github.io/mongo-csharp-driver/?jmp=docs" and users can navigate to the API docs from the C# driver home page. |