diff --git a/docs/sphinx/user_guide/profiling_with_caliper.rst b/docs/sphinx/user_guide/profiling_with_caliper.rst index 959d193b78..8d5a78e90d 100644 --- a/docs/sphinx/user_guide/profiling_with_caliper.rst +++ b/docs/sphinx/user_guide/profiling_with_caliper.rst @@ -13,11 +13,11 @@ Profiling with Caliper ************************ To aid in profiling the RAJA abstraction layer has plug in support with the Caliper -performance library. Caliper is developed at LLNL and freely available on GitHub `Caliper GitHub `_ . +performance library. Caliper is developed at LLNL and freely available on GitHub, see `Caliper GitHub `_ . Caliper provides a common interface for various vendor profiling tools, its own built in performance reports. In this section we will demonstrate how to configure RAJA with Caliper, run simple examples with kernel performance, -and finally use the Thicket library, also developed at LLNL and freely available on GitHub `Thicket GitHub `_ . +and finally use the Thicket library, also developed at LLNL and freely available on GitHub, see`Thicket GitHub `_ . For more detailed tutorials we refer the reader to the Caliper and Thicket tutorials.