Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The BAL Visualizer is a tool used to visualize binary data.
The visualization file is generated by the [BAL](https://github.com/ballon-rouge/bal) framework.
The visualization application runs entirely in a browser, no data is uploaded to the network.
It is available on the [github.io](https://ballon-rouge.github.io/bal-visualizer/) page for this project.
It is available on the [github.io](https://redballoonsecurity.github.io/bal-visualizer/) page for this project.

## Instructions

Expand Down Expand Up @@ -46,7 +46,7 @@ The selected node can be changed
## Setup

If you do not plan on making changes to the visualizer, we strongly suggest using the tool hosted on
[github.io](https://ballon-rouge.github.io/bal-visualizer/).
[github.io](https://redballoonsecurity.github.io/bal-visualizer/).

In order to run a local version of the code, you will need to install the npm dependencies,
transpile the javascript source code and serve it:
Expand All @@ -61,4 +61,4 @@ Head over to `http://localhost:5000` to use the visualizer.