From 8fd5b7e489af9ee0271535394bbca254068b0c47 Mon Sep 17 00:00:00 2001 From: Dan Newton Date: Thu, 22 Aug 2019 16:30:02 +0100 Subject: [PATCH] DOCS - Correct links to `checkpoint-tooling.html` (#5387) --- docs/source/changelog.rst | 2 +- docs/source/tools-index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5524733427..a178c98922 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -10,7 +10,7 @@ Version 5.0 ----------- * Introduced a new low level flow diagnostics tool: checkpoint agent (that can be used standalone or in conjunction with the ``dumpCheckpoints`` shell command). - See :doc:`tools-checkpoint-agent` for more information. + See :doc:`checkpoint-tooling` for more information. * The MockNet now supports setting a custom Notary class name, as was already supported by normal node config. See :doc:`tutorial-custom-notary`. diff --git a/docs/source/tools-index.rst b/docs/source/tools-index.rst index e80ff1e9b0..8ee3f45375 100644 --- a/docs/source/tools-index.rst +++ b/docs/source/tools-index.rst @@ -11,4 +11,4 @@ wish to try the :doc:`blob-inspector`. network-bootstrapper demobench node-explorer - tools-checkpoint-agent + checkpoint-tooling