Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update links to point to new website URL #1646

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Jump to [Contributing documentation](https://hyperledger-caliper.github.io/caliper/v0.6.0/contributing) to get started on your journey.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting-started/installing-caliper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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/).
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/).
4 changes: 2 additions & 2 deletions docs/source/tutorial/fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
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/).
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -585,4 +585,4 @@
"title": "Configuration Helper"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/caliper-cli/caliper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<body style="font-family: IBM Plex Sans; font-weight: 200;">
<main>
<div class="left-column">
<img src="https://hyperledger.github.io/caliper/assets/img/hyperledger_caliper_logo_color.png" style="width:95%;" alt="">
<img src="https://hyperledger-caliper.github.io/caliper/assets/img/hyperledger_caliper_logo_color.png" style="width:95%;" alt="">
<ul>
<h3>&nbspBasic information</h3>
{{#summary.meta}}
Expand Down
3 changes: 1 addition & 2 deletions packages/caliper-ethereum/lib/ethereum-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-caliper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
See the [documentation](https://hyperledger-caliper.github.io/caliper/vNext/benchmark-generator) for more information.
2 changes: 1 addition & 1 deletion packages/generator-caliper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading