Commit b30245fd authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Bug 1753127 - NSPR doc: fix some links in the various part of the doc...

Bug 1753127 - NSPR doc: fix some links in the various part of the doc UPGRADE_NSS_RELEASE r=bbeurdouche

Depends on D137590

Differential Revision: https://phabricator.services.mozilla.com/D137607
parent 2d8ab6f7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -373,8 +373,7 @@ nsprpub
-------

Netscape Portable Runtime. Used as an abstraction layer to things like
threads, file I/O, and socket I/O. See `Netscape Portable
Runtime <https://www.mozilla.org/projects/nspr/>`__.
threads, file I/O, and socket I/O. See :ref:`NSPR`.

nsprpub/lib
-----------
+3 −5
Original line number Diff line number Diff line
@@ -43,9 +43,8 @@ Build artifacts

   ..
      Figure 1, below, shows a simplified view of the relationships among the three shared libraries
      listed above and NSPR, which provides low-level cross platform support for operations such as
      threading and I/O. (Note that NSPR is a separate Mozilla project; see `Netscape Portable
      Runtime <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR>`__ for details.)
      listed above and :ref:`NSPR`, which provides low-level cross platform support for operations such as
      threading and I/O. (Note that NSPR is a separate Mozilla project; see :ref:`NSPR` for details.)

      .. image:: /en-US/docs/Mozilla/Projects/NSS/Introduction_to_Network_Security_Services/nss.gif
         :alt: Diagram showing the relationships among core NSS libraries and NSPR.
@@ -174,5 +173,4 @@ Build artifacts
      :ref:`mozilla_projects_nss`.

      As mentioned above, NSS is built on top of NSPR. The API documentation for NSPR is available at
      `NSPR API
      Reference <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference>`__.
      :ref:`NSPR API Reference`.
+2 −4
Original line number Diff line number Diff line
@@ -117,10 +117,8 @@ More Documentation
   .. rubric:: NSS is built on top of Netscape Portable Runtime (NSPR)
      :name: NSS_is_built_on_top_of_Netscape_Portable_Runtime_NSPR

   `Netscape Portable Runtime <NSPR>`__
      NSPR project page.
   `NSPR Reference <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference>`__
      NSPR API documentation.
   - :ref:`NSPR`
   - :ref:`NSPR API Reference`

   .. rubric:: Additional Information
      :name: Additional_Information
+2 −5
Original line number Diff line number Diff line
@@ -45,11 +45,8 @@ other language wrappers.

NSPR does not have a documented coding style guide. Look at the extant
code. Make yours look like that. Some guidelines concerning naming
conventions can be found in `NSPR Naming
Conventions <http://www.mozilla.org/projects/nspr/reference/html/printro.html>`__
in the `NSPR
Reference <http://www.mozilla.org/projects/nspr/reference/html/index.html>`__.
See also: XXX
conventions can be found in :ref:`NSPR_Naming_Conventions`.
in the :ref:`NSPR API Reference`.

.. _Ownership_of_your_contribution:

+0 −8
Original line number Diff line number Diff line
@@ -114,11 +114,3 @@ debugging aids.
       PR_LOG( myLM, PR_LOG_NOTICE, "That's all folks\n");

   } /* end UserLogStuff() */

.. _See_also:

See also
~~~~~~~~

`NSPR Logging
reference <http://www.mozilla.org/projects/nspr/reference/html/prlog.html>`__
Loading