Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 16, 2023
1 parent 2f72933 commit c6396c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ participates in the production and finalization of new blocks.

![Astria Shared Sequencer](../assets/shared-sequencer-overview.png)

Components of note that are not shown in the above diagram are the [Composer](/docs/overview-of-astria/architecture/3-composer.md),
[Relayer](/docs/overview-of-astria/architecture/5-relayer.md), and [Conductor](/docs/overview-of-astria/architecture/7-conductor.md).
Components of note that are not shown in the above diagram are the [Composer](/docs/overview-of-astria/architecture/4-composer.md),
[Relayer](/docs/overview-of-astria/architecture/6-relayer.md), and [Conductor](/docs/overview-of-astria/architecture/7-conductor.md).

These components facilitate the delivery transactions,
batches, and different commits shown above, back to the users.
Expand Down
2 changes: 1 addition & 1 deletion docs/overview-of-astria/architecture/7-conductor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along side, out of the sequencer blocks for execution. The data that it does sto
for sending commitment updates to the rollup.

As mentioned in the
[Relayer](/docs/overview-of-astria/architecture/5-relayer.md) section, any data
[Relayer](/docs/overview-of-astria/architecture/6-relayer.md) section, any data
received by the Conductor directly from the Relayer is considered a soft commit.
This data is filtered using the rollup's namespace and only transactions that
are relevant to the rollup are passed on as blocks for execution. These blocks
Expand Down

0 comments on commit c6396c2

Please sign in to comment.