Skip to content

Commit

Permalink
Update URLs for MongoDB specs (#158)
Browse files Browse the repository at this point in the history
The original RST specs were recently ported to Markdown
  • Loading branch information
jmikola authored Sep 29, 2024
1 parent 9c98fc7 commit cda9c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions entities/global.ent
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@
<!ENTITY url.mongodb.doctrine-odm "https://github.com/doctrine/mongodb-odm">
<!ENTITY url.mongodb.drivers "https://www.mongodb.com/docs/drivers/">
<!ENTITY url.mongodb.specs "https://github.com/mongodb/specifications">
<!ENTITY url.mongodb.specs.extendedjson "https://github.com/mongodb/specifications/blob/master/source/extended-json.rst">
<!ENTITY url.mongodb.crud "https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst">
<!ENTITY url.mongodb.serverselection "https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.rst">
<!ENTITY url.mongodb.sdam "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst">
<!ENTITY url.mongodb.sdam-monitoring "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst">
<!ENTITY url.mongodb.specs.extendedjson "https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md">
<!ENTITY url.mongodb.crud "https://github.com/mongodb/specifications/blob/master/source/crud/crud.md">
<!ENTITY url.mongodb.serverselection "https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.md">
<!ENTITY url.mongodb.sdam "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md">
<!ENTITY url.mongodb.sdam-monitoring "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.md">
<!ENTITY url.mongodb.docs.regex "https://www.mongodb.com/docs/manual/reference/operator/query/regex/">
<!ENTITY url.mongodb.docs.bson "https://www.mongodb.com/docs/manual/reference/bson-types/">
<!ENTITY url.mongodb.docs.collation "https://www.mongodb.com/docs/upcoming/reference/collation/">
Expand Down

0 comments on commit cda9c51

Please sign in to comment.