Skip to content

Commit

Permalink
Merge pull request #32 from LLNL/bugfix/zagaris2/fix-broken-links-in-…
Browse files Browse the repository at this point in the history
…slic-docs

fix broken links in slic docs
  • Loading branch information
gzagaris committed May 15, 2019
2 parents b2acc47 + aaf8ace commit 3c7acc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axom/slic/docs/sphinx/sections/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The following code snippet illustrates how to register a
.. note::

Since, the :ref:`SynchronizedOutputStream` works across MPI ranks, logging
messages using the :ref:`sections/slic_macros` or the static API directly
messages using the :ref:`SlicMacros` or the static API directly
only logs the messages locally. To send the messages to the output destination
the application must call ``slic::flushStreams()`` explicitly, which, in
this context is a collective call.
Expand Down Expand Up @@ -314,7 +314,7 @@ object with Slic to log messages to ``std::cout``.
.. note::

Since, the :ref:`LumberjackStream` works across MPI ranks, logging
messages using the :ref:`sections/slic_macros` or the static API directly
messages using the :ref:`SlicMacros` or the static API directly
only logs the messages locally. To send the messages to the output destination
the application must call ``slic::flushStreams()`` explicitly, which, in
this context is a collective call.
Expand Down

0 comments on commit 3c7acc0

Please sign in to comment.