From da0a9dba5b40ab8be25e523866f6c5fc615b0f7b Mon Sep 17 00:00:00 2001 From: "Kevin A. Tactac" <150723597+ktactac-ornl@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:11:01 -0500 Subject: [PATCH] url to rendered page Co-authored-by: Pete Peterson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a126b..3b5b410 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can interact with a demo profile [here](http://www.nbi.dk/~nvaytet/SNSPowder ## Related Documentation -- [Mantid's AlgoTimeRegister](https://github.com/mantidproject/mantid/blob/main/docs/source/api/python/mantid/api/AlgoTimeRegister.rst) explains the under-the-hood of the timing mechanism. +- [Mantid's AlgoTimeRegister](https://docs.mantidproject.org/api/python/mantid/api/AlgoTimeRegister.html) explains the under-the-hood of the timing mechanism. - [Mantid developer profiler documentation](https://github.com/mantidproject/mantid/blob/main/dev-docs/source/AlgorithmProfiler.rst) provides additional information as to how it works with mantid. - [Mantid User Properties File](https://github.com/mantidproject/mantid/blob/main/docs/source/concepts/PropertiesFile.rst#algorithm-profiling-settings) has some fields to be noted.