Skip to content

Commit

Permalink
chore: Remove hashgraph keyword
Browse files Browse the repository at this point in the history
Signed-off-by: gsstoykov <[email protected]>
  • Loading branch information
gsstoykov committed Nov 12, 2024
1 parent 32c4d9c commit 1ee0f5e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ It will populate the newly added tag in `origin`.

### Step 2 - Draft Release in GitHub

Open [Hiero C++ SDK](https://github.com/hashgraph/hiero-sdk-cpp) and search for `Create a new release` link.
Open [Hiero C++ SDK](https://github.com/hiero-ledger/hiero-sdk-cpp) and search for `Create a new release` link.
Select tag `v0.3.0` from the dropdown list. Enter the Release title to be same as the release number which is been
prepared (for example: `v0.3.0`).

Expand All @@ -146,7 +146,7 @@ emoji ➡️ followed by a description in plain English for each over-arching ne
#### Examples

This section should list all of the newly added examples. Each of them should represent a link to the implementation (
for example: [TransferTokensExample.cc](<(https://github.com/hashgraph/hiero-sdk-cpp/blob/main/src/sdk/examples/TransferTokensExample.cc)>). It's a good idea also to add prefix with ➡️ before
for example: [TransferTokensExample.cc](<(https://github.com/hiero-ledger/hiero-sdk-cpp/blob/main/src/sdk/examples/TransferTokensExample.cc)>). It's a good idea also to add prefix with ➡️ before
each line.

#### Notes
Expand All @@ -160,12 +160,12 @@ Here should be listed all of the Pull Requests (PRs) which are part of the relea

> (pull-request-title) by (@author) in (#link)
[issues]: https://github.com/hashgraph/hiero-sdk-cpp/issues
[label-bug]: https://github.com/hashgraph/hiero-sdk-cpp/labels/bug
[issues]: https://github.com/hiero-ledger/hiero-sdk-cpp/issues
[label-bug]: https://github.com/hiero-ledger/hiero-sdk-cpp/labels/bug
[mwe]: https://en.wikipedia.org/wiki/Minimal_Working_Example
[markdown]: https://guides.github.com/features/mastering-markdown/
[label-feature-enhancement]: https://github.com/hashgraph/hiero-sdk-cpp/labels/Feature%20Enhancement
[label-new-feature]: https://github.com/hashgraph/hiero-sdk-cpp/labels/New%20Feature
[pull-requests]: https://github.com/hashgraph/hiero-sdk-cpp/pulls
[license]: https://github.com/hashgraph/hiero-sdk-cpp/blob/main/LICENSE
[label-feature-enhancement]: https://github.com/hiero-ledger/hiero-sdk-cpp/labels/Feature%20Enhancement
[label-new-feature]: https://github.com/hiero-ledger/hiero-sdk-cpp/labels/New%20Feature
[pull-requests]: https://github.com/hiero-ledger/hiero-sdk-cpp/pulls
[license]: https://github.com/hiero-ledger/hiero-sdk-cpp/blob/main/LICENSE
[discord]: https://hedera.com/discord
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/c++-17-blue)
![](https://img.shields.io/badge/cmake-3.24-blue)
[![](https://github.com/hashgraph/hiero-sdk-cpp/actions/workflows/flow-pull-request-checks.yaml/badge.svg)](https://github.com/hashgraph/hiero-sdk-cpp/actions/workflows/flow-pull-request-checks.yaml)
[![](https://github.com/hiero-ledger/hiero-sdk-cpp/actions/workflows/flow-pull-request-checks.yaml/badge.svg)](https://github.com/hiero-ledger/hiero-sdk-cpp/actions/workflows/flow-pull-request-checks.yaml)

The C++ SDK for interacting with a Hiero network.

Expand Down
2 changes: 1 addition & 1 deletion src/sdk/main/include/RequestType.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum HederaFunctionality : int;
namespace Hiero
{
/**
* Enumeration of all queries and transactions supported by Hiero Hashgraph.
* Enumeration of all queries and transactions supported by Hiero.
*/
enum class RequestType
{
Expand Down

0 comments on commit 1ee0f5e

Please sign in to comment.