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 @@
- +