Skip to content

Commit

Permalink
docs(config): Update links in config.toml (#3718)
Browse files Browse the repository at this point in the history
Update the links in ci/misbehaviour/config.toml to match the correct
documentation URL. The links were pointing to an incorrect URL.
  • Loading branch information
omniwired authored Dec 4, 2023
1 parent ca3e46a commit f10daf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/misbehaviour/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ account_prefix = 'cosmos'

# Specify the name of the private key to use for signing transactions. Required
# See the Adding Keys chapter for more information about managing signing keys:
# https://hermes.informal.systems/commands/keys/index.html#adding-keys
# https://hermes.informal.systems/documentation/commands/keys/index.html#adding-keys
key_name = 'testkey'

# Specify the address type which determines:
Expand Down
2 changes: 1 addition & 1 deletion ci/misbehaviour/config_fork.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ account_prefix = 'cosmos'

# Specify the name of the private key to use for signing transactions. Required
# See the Adding Keys chapter for more information about managing signing keys:
# https://hermes.informal.systems/commands/keys/index.html#adding-keys
# https://hermes.informal.systems/documentation/commands/keys/index.html#adding-keys
key_name = 'testkey'

# Specify the address type which determines:
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ account_prefix = 'cosmos'

# Specify the name of the private key to use for signing transactions. Required
# See the Adding Keys chapter for more information about managing signing keys:
# https://hermes.informal.systems/commands/keys/index.html#adding-keys
# https://hermes.informal.systems/documentation/commands/keys/index.html#adding-keys
key_name = 'testkey'

# Specify the folder used to store the keys. Optional
Expand Down

0 comments on commit f10daf8

Please sign in to comment.