From 67be1b7ede2188932e4b641004d7a47f79e0f5c5 Mon Sep 17 00:00:00 2001 From: Dave Kelsey Date: Sun, 17 Nov 2024 12:08:07 +0000 Subject: [PATCH] Minor changes to tutorial navigation (#1658) Signed-off-by: Dave Kelsey Co-authored-by: Dave Kelsey --- docs/mkdocs.yml | 4 ++-- docs/source/tutorial/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0bff45591..a5f8ab692 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -148,5 +148,5 @@ nav: - Ethereum: connectors/ethereum-config.md - Writing Connectors: connectors/writing-connectors.md - Tutorials: - - Fabric Tutorials: tutorial/index.md - - Basic Fabric Tutorials: tutorial/fabric.md \ No newline at end of file + - Tutorials: tutorial/index.md + - Basic Fabric Tutorial: tutorial/fabric.md \ No newline at end of file diff --git a/docs/source/tutorial/index.md b/docs/source/tutorial/index.md index c8b8c08e6..cc4b2ce79 100644 --- a/docs/source/tutorial/index.md +++ b/docs/source/tutorial/index.md @@ -1,3 +1,3 @@ -These tutorials are specifically aimed at using Caliper to performance test Hyperledger Fabric networks. +These tutorials are specifically aimed at using Caliper to performance test different blockchain networks. -Please select the tutorial from the navigation section on the left for the tutorial which takes you through performance testing a smart contract on a pre-existing Fabric network using Caliper. \ No newline at end of file +Please select a tutorial from the navigation section on the left which takes you through performance testing a smart contract using Caliper. \ No newline at end of file