Skip to content

Commit

Permalink
some nitpicks
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Nov 7, 2024
1 parent 80e78a9 commit 2628530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Implementation of the Hedera Block Node, which is responsible for consuming the

[![Latest Version](https://img.shields.io/github/v/tag/hashgraph/hedera-block-node?sort=semver&label=version)](README.md)
[![Made With](https://img.shields.io/badge/made_with-java-blue)](https://github.com/hashgraph/hedera-block-node/)
[![Development Branch](https://img.shields.io/badge/docs-quickstart-green.svg)](docs/README.md)
[![Development Branch](https://img.shields.io/badge/docs-quickstart-green.svg)](docs/overview.md)
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)

## Prerequisites
Expand All @@ -40,10 +40,9 @@ Implementation of the Hedera Block Node, which is responsible for consuming the
- `suites`: A set of e2e tests that can be used to verify the correctness of the block node.
- `tools`: A set of command line tools for working with block stream files.


## Getting Started

Refer to the [Hedera Block Node Documentation Overview](docs/README.md) for more information about the project, design and guides.
Refer to the [Hedera Block Node Documentation Overview](docs/overview.md) for more information about the project, design and guides.

## Support

Expand Down
5 changes: 3 additions & 2 deletions docs/README.md → docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ This document will outline the structure and content of Block Node documentation

## Table of Contents

1. [Introduction](#introduction)
1. [Projects](#projects)
1. [Concepts](#concepts)
1. [Release](#release)

## Introduction
## Projects

- [Hedera Block Node](../server/README.md): Provides an introduction to Hedera Block Node, its purpose and how it can be used.
- [Simulator](../simulator/README.md): Offers instructions on how the Simulator can be utilized.
- [Tools](../tools/README.md): Provides information on the command line tools available.

## Concepts

Expand Down

0 comments on commit 2628530

Please sign in to comment.