Skip to content

Commit

Permalink
chore: update links (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored Jun 12, 2024
1 parent 2713de5 commit adfb278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cargo install --locked --git https://github.com/r0gue-io/pop-cli
```

> :information_source: For detailed instructions on how to install Pop CLI, please refer to our
> documentation: https://learn.onpop.io/v/pop-cli-for-smart-contracts/welcome/installing-pop-cli
> documentation: https://learn.onpop.io/v/contracts/welcome/installing-pop-cli
>
> A [crates.io](https://crates.io/crates/pop-cli) version will be available soon!
Expand Down
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/new/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fn generate_parachain_from_template(

outro(format!(
"Need help? Learn more at {}\n",
style("https://learn.onpop.io/v/cli").magenta().underlined()
style("https://learn.onpop.io").magenta().underlined()
))?;
Ok(())
}
Expand Down

0 comments on commit adfb278

Please sign in to comment.