Skip to content
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

removed Hyperledger from link text #1698

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading