mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use url.mongodb.glossary entity for MongoDB glossary links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
551e4b6033
commit
3a1134339e
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@
|
|||
<section>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
MongoDB core docs on <link xlink:href="&url.mongodb.dochub.collections;">collections</link>.
|
||||
MongoDB core docs on <link xlink:href="&url.mongodb.glossary;#term-collection">collections</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -197,7 +197,7 @@ $db = $m->selectDB("example");
|
|||
<section>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
MongoDB core docs on <link xlink:href="&url.mongodb.dochub.databases;">databases</link>.
|
||||
MongoDB core docs on <link xlink:href="&url.mongodb.glossary;#term-database">databases</link>.
|
||||
</para>
|
||||
</section>
|
||||
</partintro>
|
||||
|
|
Loading…
Reference in a new issue