From aa11adf059a0803d498082a1be88a4cb2cd2882d Mon Sep 17 00:00:00 2001 From: argbet21 <99049802+argbet21@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:14:38 +0400 Subject: [PATCH] docs: update links to point to new website URL (#1646) * docs: update links to point to new website URL Signed-off-by: Argbet * docs: correct previous link updates to latest website URL Signed-off-by: Argbet --------- Signed-off-by: Argbet --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/source/getting-started/installing-caliper.md | 4 ++-- docs/source/tutorial/fabric.md | 4 ++-- .../hyperledger-caliper-runtime-configuration.schema.json | 8 ++++---- packages/caliper-cli/caliper.js | 2 +- .../caliper-core/lib/manager/report/template/report.html | 2 +- packages/caliper-ethereum/lib/ethereum-connector.js | 3 +-- packages/generator-caliper/README.md | 2 +- packages/generator-caliper/package.json | 2 +- 10 files changed, 16 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e12e4141..2c9b8f584 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,4 +7,4 @@ This guideline intends to make contribtuions to Caliper easier by: If you have further suggestions about improving the guideline, then you can follow the presented workflow to make your contribution. -Jump to [Contributing documentation](https://hyperledger.github.io/caliper/v0.6.0/contributing) to get started on your journey. \ No newline at end of file +Jump to [Contributing documentation](https://hyperledger-caliper.github.io/caliper/v0.6.0/contributing) to get started on your journey. diff --git a/README.md b/README.md index 3ae705922..4bc340c47 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ Currently supported performance indicators: See the [PSWG white paper](https://www.hyperledger.org/learn/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) +For more information on using Caliper, please consult the [documentation site](https://hyperledger-caliper.github.io/caliper/) ## Configuration and usage -See the [related documentation page](https://hyperledger.github.io/caliper/). +See the [related documentation page](https://hyperledger-caliper.github.io/caliper/). ## How to contact us diff --git a/docs/source/getting-started/installing-caliper.md b/docs/source/getting-started/installing-caliper.md index d82bd6375..1dcbcb66e 100644 --- a/docs/source/getting-started/installing-caliper.md +++ b/docs/source/getting-started/installing-caliper.md @@ -65,7 +65,7 @@ Examples: caliper launch manager caliper launch worker -For more information on Hyperledger Caliper: https://hyperledger.github.io/caliper/ +For more information on Hyperledger Caliper: https://hyperledger-caliper.github.io/caliper/ ``` You can also request the help page of a specific command, as demonstrated by the next subsections. @@ -390,4 +390,4 @@ docker-compose up ## License -The Caliper codebase is released under the [Apache 2.0 license](../getting-started/license.md). Any documentation developed by the Caliper Project is licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/). \ No newline at end of file +The Caliper codebase is released under the [Apache 2.0 license](../getting-started/license.md). Any documentation developed by the Caliper Project is licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/). diff --git a/docs/source/tutorial/fabric.md b/docs/source/tutorial/fabric.md index 4d44ce279..785bcda21 100644 --- a/docs/source/tutorial/fabric.md +++ b/docs/source/tutorial/fabric.md @@ -511,8 +511,8 @@ The resulting report will detail the following items for each benchmark round: - Latency (max/min/avg) - statistics relating to the time taken in seconds between issuing a transaction and receiving a response - Throughput - the average number of transactions processed per second -You have successfully benchmarked a smart contract. You can repeat the test varying the benchmark parameters, as well as adding resource monitors. For the full set of options, please refer to the [Caliper Documentation](https://hyperledger.github.io/caliper/) +You have successfully benchmarked a smart contract. You can repeat the test varying the benchmark parameters, as well as adding resource monitors. For the full set of options, please refer to the [Caliper Documentation](https://hyperledger-caliper.github.io/caliper/) ## License -The Caliper codebase is released under the [Apache 2.0 license](../getting-started/license.md). Any documentation developed by the Caliper Project is licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/). \ No newline at end of file +The Caliper codebase is released under the [Apache 2.0 license](../getting-started/license.md). Any documentation developed by the Caliper Project is licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/). diff --git a/json-schema/hyperledger-caliper-runtime-configuration.schema.json b/json-schema/hyperledger-caliper-runtime-configuration.schema.json index c98af8f7c..5ba310702 100644 --- a/json-schema/hyperledger-caliper-runtime-configuration.schema.json +++ b/json-schema/hyperledger-caliper-runtime-configuration.schema.json @@ -129,17 +129,17 @@ }, "projectconfig": { "title": "Project Configuration", - "description": "projectconfig:If you have a group of settings that are always overridden in your Caliper benchmark project, then it is recommended to define them as a project-level configuration file. This file will usually consist of a subset of settings defined in the default configuration file (and probably your custom settings associated with your custom user module). More information: https://hyperledger.github.io/caliper/v0.5.0/runtime-config/#project-level", + "description": "projectconfig:If you have a group of settings that are always overridden in your Caliper benchmark project, then it is recommended to define them as a project-level configuration file. This file will usually consist of a subset of settings defined in the default configuration file (and probably your custom settings associated with your custom user module). More information: https://hyperledger-caliper.github.io/caliper/v0.6.0/runtime-config/#project-level", "type": "null" }, "userconfig": { "title": "User Configuration", - "description": "userconfig: If you find yourself overriding the same settings for multiple Caliper benchmark projects, then it is recommended to extract the common settings into a user-level configuration file. More information: https://hyperledger.github.io/caliper/v0.5.0/runtime-config/#user-level", + "description": "userconfig: If you find yourself overriding the same settings for multiple Caliper benchmark projects, then it is recommended to extract the common settings into a user-level configuration file. More information: https://hyperledger-caliper.github.io/caliper/v0.6.0/runtime-config/#user-level", "type": "null" }, "machineconfig": { "title": "Machine Configuration", - "description": "machineconfig: If multiple users use the same workstation and want to share common settings across Caliper projects and users, then a machine-level configuration file can be included into the hierarchy by specifying its path through the caliper-machineconfig settings key using one of the higher priority locations above. More information: https://hyperledger.github.io/caliper/v0.5.0/runtime-config/#machine-level", + "description": "machineconfig: If multiple users use the same workstation and want to share common settings across Caliper projects and users, then a machine-level configuration file can be included into the hierarchy by specifying its path through the caliper-machineconfig settings key using one of the higher priority locations above. More information: https://hyperledger-caliper.github.io/caliper/v0.6.0/runtime-config/#machine-level", "type": "null" }, "benchconfig": { @@ -585,4 +585,4 @@ "title": "Configuration Helper" } } -} \ No newline at end of file +} diff --git a/packages/caliper-cli/caliper.js b/packages/caliper-cli/caliper.js index 8accb1d0a..3bd00c022 100755 --- a/packages/caliper-cli/caliper.js +++ b/packages/caliper-cli/caliper.js @@ -29,7 +29,7 @@ let results = yargs .demandCommand(1, 1, 'Please specify a command to continue') .example('caliper bind\ncaliper unbind\ncaliper launch manager\ncaliper launch worker') .wrap(null) - .epilogue('For more information on Hyperledger Caliper: https://hyperledger.github.io/caliper/') + .epilogue('For more information on Hyperledger Caliper: https://hyperledger-caliper.github.io/caliper/') .alias('version', 'v') .alias('help', 'h') .version(version) diff --git a/packages/caliper-core/lib/manager/report/template/report.html b/packages/caliper-core/lib/manager/report/template/report.html index a7937bcb7..9e1fa5ceb 100644 --- a/packages/caliper-core/lib/manager/report/template/report.html +++ b/packages/caliper-core/lib/manager/report/template/report.html @@ -122,7 +122,7 @@
- +

     Basic information

    {{#summary.meta}} diff --git a/packages/caliper-ethereum/lib/ethereum-connector.js b/packages/caliper-ethereum/lib/ethereum-connector.js index 3c91697e9..2f3de4997 100644 --- a/packages/caliper-ethereum/lib/ethereum-connector.js +++ b/packages/caliper-ethereum/lib/ethereum-connector.js @@ -66,8 +66,7 @@ class EthereumConnector extends ConnectorBase { checkConfig(ethereumConfig) { if (!ethereumConfig.url) { throw new Error( - 'No URL given to access the Ethereum SUT. Please check your network configuration. ' + - 'Please see https://hyperledger.github.io/caliper/v0.3/ethereum-config/ for more info.' + 'No URL given to access the Ethereum SUT. Please check your network configuration.' ); } diff --git a/packages/generator-caliper/README.md b/packages/generator-caliper/README.md index 02a6090fa..ceb26cd6c 100644 --- a/packages/generator-caliper/README.md +++ b/packages/generator-caliper/README.md @@ -7,4 +7,4 @@ A [Yeoman](http://yeoman.io) generator for scaffolding Hyperledger Caliper resou * Install: npm install -g @hyperledger/generator-caliper * Run: yo @hyperledger/caliper -See the [documentation](https://hyperledger.github.io/caliper/vNext/benchmark-generator) for more information. \ No newline at end of file +See the [documentation](https://hyperledger-caliper.github.io/caliper/vNext/benchmark-generator) for more information. diff --git a/packages/generator-caliper/package.json b/packages/generator-caliper/package.json index c11cefb60..5dee687a8 100644 --- a/packages/generator-caliper/package.json +++ b/packages/generator-caliper/package.json @@ -3,7 +3,7 @@ "description": "Yeoman generator for Hyperledger Caliper", "version": "0.6.1-unstable", "author": "Lynn Muswere", - "homepage": "https://hyperledger.github.io/caliper/", + "homepage": "https://hyperledger-caliper.github.io/caliper/", "repository": { "type": "git", "url": "https://github.com/hyperledger/caliper"