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

Fixing links #857

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions website/pages/en/substreams/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Substreams is a powerful blockchain indexing technology designed to enhance perf

3. **The WASM container is sent to a Substreams endpoint for execution.** The Substreams provider feeds the WASM container with the blockchain data and the transformations are applied.

4. **You select a [sink](https://substreams.streamingfast.io/documentation/consume/other-sinks), a place where you want to send the transformed data** (a Postgres database or a Subgraph, for example).
4. **You select a [sink](https://docs.substreams.dev/how-to-guides/sinks), a place where you want to send the transformed data** (a Postgres database or a Subgraph, for example).

## Substreams Documentation

Expand All @@ -40,12 +40,12 @@ To learn about the latest version of Substreams CLI, which enables developers to

### Getting Started

- In order to develop and deploy a Substreams, [you must install the Substreams CLI](https://substreams.streamingfast.io/documentation/consume/installing-the-cli).
- Then, run your first Substreams by following the [Quickstart Tutorial](https://substreams.streamingfast.io/documentation/develop/init-project).
- In order to develop and deploy a Substreams, [you must install the Substreams CLI](https://docs.substreams.dev/reference-material/substreams-cli/installing-the-cli).
- Then, run your first Substreams by following the [Quickstart Tutorial](https://docs.substreams.dev/getting-started).

### Expand Your Knowledge

- Take a look at the [Ethereum Explorer Tutorial](https://substreams.streamingfast.io/tutorials/evm) to learn about the basic transformations you can create with Substreams.
- Take a look at the [Ethereum Explorer Tutorial](https://docs.substreams.dev/tutorials/intro-to-tutorials/evm) to learn about the basic transformations you can create with Substreams.

### Substreams Registry

Expand Down
Loading