-
Notifications
You must be signed in to change notification settings - Fork 404
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to provide DCO sign off of your commit, plus if you could make one minor change that would be greatly appreciated. Many thanks for the contribution.
@@ -67,7 +67,7 @@ class EthereumConnector extends ConnectorBase { | |||
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.' | |||
'Please see https://hyperledger-caliper.github.io/caliper/v0.3/ethereum-config/ for more info.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code has a reference to an old version of the docs ? If you could just delete this line and the plus sign on the previous line that would be great.
Signed-off-by: Argbet <[email protected]>
79bb1ef
to
ebba056
Compare
Alright, done! I also noticed that the link you requested to delete actually exists in the 0.6.0 version. So instead of removing it, I updated it to point to the latest Caliper version. However, let me know if it’s still preferable to remove it altogether. |
bfcabfc
to
db534fc
Compare
@argbet21 I would prefer to remove it |
Signed-off-by: Argbet <[email protected]>
db534fc
to
b66a0a2
Compare
Done! Let me know if there's anything else that's ideal to change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for the contribution
No description provided.