Skip to content

Commit deb8098

Browse files
authored
DOCS-12847 Update links on Drivers index page (#514)
- Updates the links to outdated api.mongodb.com pages - Ruby and Python still have up-to-date api.mongodb.com pages, so I left those links alone. - Updates the MongoDB University course links for Python, Java and JS. - Remove deprecated C# course link
1 parent fef2af0 commit deb8098

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/includes/driver-table.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
* - :doc:`C# </drivers/csharp>`
2626
- `Releases <https://github.com/mongodb/mongo-csharp-driver/releases>`__
2727
- `Source <https://github.com/mongodb/mongo-csharp-driver>`__
28-
- `API <http://api.mongodb.com/csharp/current/>`__
28+
- `API <http://mongodb.github.io/mongo-csharp-driver/>`__
2929
- `JIRA <https://jira.mongodb.org/browse/CSHARP>`__
30-
- `Course <https://university.mongodb.com/courses/M101N/about>`__
3130

3231
* - :doc:`Go </drivers/go>`
3332
- `Releases <https://github.com/mongodb/mongo-go-driver/releases>`__
@@ -39,16 +38,16 @@
3938
* - :doc:`Java </drivers/java>`
4039
- `Releases <https://github.com/mongodb/mongo-java-driver/releases>`__
4140
- `Source <https://github.com/mongodb/mongo-java-driver>`__
42-
- `API <http://api.mongodb.com/java/current>`__
41+
- `API <https://mongodb.github.io/mongo-java-driver/>`__
4342
- `JIRA <https://jira.mongodb.org/browse/JAVA>`__
44-
- `Course <https://university.mongodb.com/courses/M101J/about>`__
43+
- `Course <https://university.mongodb.com/courses/M220J/about>`__
4544

4645
* - :doc:`Node.js </drivers/node>`
4746
- `Releases <https://github.com/mongodb/node-mongodb-native/releases>`__
4847
- `Source <https://github.com/mongodb/node-mongodb-native>`__
4948
- `API <https://mongodb.github.io/node-mongodb-native/>`__
5049
- `JIRA <https://jira.mongodb.org/browse/NODE>`__
51-
- `Course <https://university.mongodb.com/courses/M101JS/about>`__
50+
- `Course <https://university.mongodb.com/courses/M220JS/about>`__
5251

5352
* - :doc:`Perl </drivers/perl>`
5453
- `Releases <https://metacpan.org/release/MongoDB>`__
@@ -69,7 +68,7 @@
6968
- `Source <https://github.com/mongodb/mongo-python-driver>`__
7069
- `API <http://api.mongodb.com/python/current>`__
7170
- `JIRA <https://jira.mongodb.org/browse/PYTHON>`__
72-
- `Course <https://university.mongodb.com/courses/M101P/about>`__
71+
- `Course <https://university.mongodb.com/courses/M220P/about>`__
7372

7473
* - :ref:`Motor (Python async)<python-async-driver>`
7574
- `Releases <https://pypi.python.org/pypi/motor/>`__

0 commit comments

Comments
 (0)