Skip to content

Commit 890eb1f

Browse files
removed Hyperledger from link text (#1698)
Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 746b70e commit 890eb1f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

DCO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ command, providing your `user.name` and `user.email` are setup correctly.
1414
For more information about DCO, see the
1515
[Besu wiki](https://wiki.hyperledger.org/pages/viewpage.action?pageId=24772914).
1616
If you have any questions, you can reach us on the
17-
[Besu channel on Hyperledger Discord](https://discord.gg/hyperledger).
17+
[Besu channel on Discord](https://discord.gg/hyperledger).

src/components/HomepageCards/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export default function HomepageCards(): JSX.Element {
7878
return (
7979
<section className={clsx("margin-top--lg", "margin-bottom--lg")}>
8080
<div className="container homepageContainer">
81-
<Heading as='h1' className="homepageTitle">Hyperledger Besu Ethereum client</Heading>
81+
<Heading as='h1' className="homepageTitle">Besu Ethereum client</Heading>
8282
<p>
83-
Hyperledger Besu is an open source Ethereum client developed under the
83+
Besu is an open source Ethereum client developed under the
8484
Apache 2.0 license and written in Java. It runs on public and private
8585
networks:
8686
</p>

src/pages/index.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ function HomepageText() {
3636
<Heading as='h2'>Questions?</Heading>
3737
<p>
3838
If you have any questions about Besu, ask on the <b>besu</b> channel on{" "}
39-
<Link to="https://discord.gg/hyperledger">Hyperledger Discord</Link>.
39+
<Link to="https://discord.gg/hyperledger">Discord</Link>.
4040
</p>
4141
<p>
42-
Learn more about the{" "}
43-
<Link to="https://www.hyperledger.org/Linkbout">Hyperledger Foundation</Link>.
4442
You can{" "}
4543
<Link to="https://wiki.hyperledger.org/display/BESU/Documentation">
4644
contribute to the documentation

0 commit comments

Comments
 (0)