Skip to content

Commit

Permalink
removed Hyperledger from link text (#1698)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Alexandra Carrillo <[email protected]>
  • Loading branch information
macfarla and alexandratran authored Oct 1, 2024
1 parent 746b70e commit 890eb1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DCO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ command, providing your `user.name` and `user.email` are setup correctly.
For more information about DCO, see the
[Besu wiki](https://wiki.hyperledger.org/pages/viewpage.action?pageId=24772914).
If you have any questions, you can reach us on the
[Besu channel on Hyperledger Discord](https://discord.gg/hyperledger).
[Besu channel on Discord](https://discord.gg/hyperledger).
4 changes: 2 additions & 2 deletions src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ export default function HomepageCards(): JSX.Element {
return (
<section className={clsx("margin-top--lg", "margin-bottom--lg")}>
<div className="container homepageContainer">
<Heading as='h1' className="homepageTitle">Hyperledger Besu Ethereum client</Heading>
<Heading as='h1' className="homepageTitle">Besu Ethereum client</Heading>
<p>
Hyperledger Besu is an open source Ethereum client developed under the
Besu is an open source Ethereum client developed under the
Apache 2.0 license and written in Java. It runs on public and private
networks:
</p>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ function HomepageText() {
<Heading as='h2'>Questions?</Heading>
<p>
If you have any questions about Besu, ask on the <b>besu</b> channel on{" "}
<Link to="https://discord.gg/hyperledger">Hyperledger Discord</Link>.
<Link to="https://discord.gg/hyperledger">Discord</Link>.
</p>
<p>
Learn more about the{" "}
<Link to="https://www.hyperledger.org/Linkbout">Hyperledger Foundation</Link>.
You can{" "}
<Link to="https://wiki.hyperledger.org/display/BESU/Documentation">
contribute to the documentation
Expand Down

0 comments on commit 890eb1f

Please sign in to comment.