Skip to content

Commit 5591f5b

Browse files
author
Chris Cho
authored
DOCSP-8188 update links (#612)
* DOCSP-8188 remove or update outdated urls.
1 parent 23843ef commit 5591f5b

File tree

8 files changed

+13
-49
lines changed

8 files changed

+13
-49
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
'manual': ('https://docs.mongodb.org/manual%s', ''),
6767
'gettingstarted': ('https://docs.mongodb.org/getting-started%s', ''),
6868
'atlas': ('https://docs.atlas.mongodb.com%s', ''),
69-
'mms-docs': ('https://docs.cloud.mongodb.com%s', ''),
70-
'mms-home': ('https://cloud.mongodb.com%s', ''),
69+
'mms-home': ('https://www.mongodb.com/cloud/cloud-manager%s', ''),
7170
'guides': ('https://docs.mongodb.com/guides%s', ''),
7271
'java-docs-latest': ('http://mongodb.github.io/mongo-java-driver/3.12/%s', ''),
7372
'kafka-21-javadoc': ('https://kafka.apache.org/21/javadoc/org/apache/kafka%s', ''),

source/drivers/community-supported-drivers.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Community Supported Drivers Reference
88

99
- `<http://code.google.com/p/jmcnet-full-mongo-flex-driver/>`_
1010

11-
- `<http://www.mongoas3.com>`_
12-
1311
- C
1412

1513
- `libmongo-client <http://github.com/algernon/libmongo-client>`_
@@ -158,7 +156,7 @@ Community Supported Drivers Reference
158156
- Perl
159157

160158
- `Mango <https://metacpan.org/pod/Mango>`_ - A non-blocking
161-
pure-Perl driver based on `Mojolicious <http://mojolicio.us>`_
159+
pure-Perl driver based on `Mojolicious <https://mojolicious.org/>`_
162160

163161
- :ref:`PHP Libraries, Frameworks, and Tools <php-libraries-frameworks-and-tools>`
164162

@@ -201,7 +199,7 @@ Community Supported Drivers Reference
201199

202200
- Racket (PLT Scheme)
203201

204-
- `mongodb.plt <http://planet.plt-scheme.org/display.ss?package=mongodb.plt&owner=jaymccarthy>`_
202+
- `mongodb.plt <http://planet.racket-lang.org/display.ss?package=mongodb.plt&owner=jaymccarthy&changerep=2>`_
205203

206204
- Smalltalk
207205

source/drivers/perl.txt

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ MongoDB Perl Driver
1717
.. admonition:: Deprecation
1818
:class: warning
1919

20-
Version v2.2.0 is the final feature release of the MongoDB Perl driver.
21-
The driver is now in a 12-month "sunset" period and will receive
22-
security patches and critical bug fixes only.
20+
Version v2.2.0 is the final feature release of the MongoDB Perl driver.
21+
The driver is now in a 12-month "sunset" period and will receive
22+
security patches and critical bug fixes only.
2323
The Perl driver will be end-of-life and unsupported on August 13, 2020.
2424

2525
For more information,
@@ -32,22 +32,14 @@ Introduction
3232

3333
This is the official MongoDB Perl Driver.
3434

35-
- `Tutorial <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Tutorial.pod>`__
36-
37-
- `Examples <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Examples.pod>`__
38-
39-
- `API Reference <https://metacpan.org/release/MongoDB>`_
40-
41-
- `Changelog <https://metacpan.org/changes/distribution/MongoDB>`__
42-
4335
- `Source Code <https://github.com/mongodb/mongo-perl-driver>`__
4436

4537

4638
Installation
4739
------------
4840

49-
The Perl Driver is available through CPAN as the package
50-
`MongoDB <https://metacpan.org/release/MongoDB>`_.
41+
The Perl Driver is available through CPAN as the package
42+
`MongoDB <https://metacpan.org/pod/MongoDB>`_.
5143

5244
You can install the latest stable release by installing the MongoDB package:
5345

@@ -74,10 +66,6 @@ To connect to a :atlas:`MongoDB Atlas </>` cluster, use the :atlas:`Atlas connec
7466
my $db = $client->get_database( 'test' );
7567

7668

77-
See `Connecting <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Tutorial.pod#CONNECTING>`__
78-
for more information.
79-
80-
8169
Compatibility
8270
-------------
8371

@@ -99,7 +87,3 @@ How to get help
9987
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+perl>`__.
10088
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
10189
- See our `JIRA <https://jira.mongodb.org/projects/PERL/summary>`__ to raise issues or submit feature requests.
102-
103-
104-
105-

source/drivers/php-libraries.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ Framework Integrations
6969
connections to different databases or clusters and includes a convenient
7070
query profiler.
7171

72-
- Webiny
73-
74-
- `Entity Component
75-
<http://www.webiny.com/webiny-framework/php-entity-mongodb-odm/>`_ is an ODM
76-
layer for MongoDB. Entity classes created using this component will serve as
77-
the main building blocks for modules, forms, tables, etc.
78-
79-
- `Mongo Component <http://www.webiny.com/webiny-framework/php-mongodb/>`_ is
80-
an abstraction layer for MongoDB.
81-
8272
- Yii2
8373

8474
- `MongoDB Extension for Yii 2
@@ -157,12 +147,6 @@ Framework Integrations
157147
for use with Kohana 3 but should integrate easily with any PHP
158148
application.
159149

160-
- Phalcon
161-
162-
- `Object Document Mapper <https://docs.phalconphp.com/en/latest/reference/odm.html>`_
163-
offers a CRUD functionality, events, validations, and other services for
164-
MongoDB.
165-
166150
- Yii 1.x
167151

168152
- `MongoYii <http://github.com/Sammaye/MongoYii/>`_ is ActiveRecord ORM for

source/drivers/specs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ what they apply to.
135135
-
136136
- |checkmark|
137137
-
138-
* - `Change Streams <https://github.com/mongodb/specifications/blob/master/source/change-streams.rst>`_
138+
* - `Change Streams <https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst>`_
139139
-
140140
- |checkmark|
141141
-

source/includes/driver-table.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- `Course <https://university.mongodb.com/courses/M220JS/about>`__
5252

5353
* - :doc:`Perl </drivers/perl>`
54-
- `Releases <https://metacpan.org/release/MongoDB>`__
54+
- `Releases <https://metacpan.org/pod/MongoDB>`__
5555
- `Source <https://github.com/mongodb/mongo-perl-driver>`__
5656
- `API <https://metacpan.org/pod/MongoDB>`__
5757
- :issue:`JIRA <PERL>`
@@ -74,7 +74,9 @@
7474
* - :ref:`Motor (Python async)<python-async-driver>`
7575
- `Releases <https://pypi.python.org/pypi/motor/>`__
7676
- `Source <https://github.com/mongodb/motor>`__
77-
- `API <http://motor.readthedocs.org/en/stable/api/index.html>`__
77+
- `Tornado API <https://motor.readthedocs.io/en/stable/api-tornado/index.html>`__
78+
79+
`asyncio API <https://motor.readthedocs.io/en/stable/api-asyncio/index.html>`__
7880
- :issue:`JIRA <MOTOR>`
7981
-
8082

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.. |mms-home| replace:: :mms-home:`MongoDB Cloud Manager </?jmp=docs>`
2-
.. |mms-docs| replace:: :mms-docs:`MongoDB Cloud Manager documentation </>`
32
.. |MMS| replace:: MongoDB Cloud Manager

source/use-cases/http-interfaces.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ AMID
9898
`AMID <https://github.com/mariano-fiorentino/amid>`_ is a REST
9999
interface for MongoDB. Written in Node.js, supports multi-threading
100100
and a modular architecture to perform custom search operation.
101-
AMID also provides an optional extjs GUI for queries: `AMIDGUI
102-
<https://github.com/mariano-fiorentino/amidGUI>`_.
103101

104102

105103
Kule

0 commit comments

Comments
 (0)