diff --git a/docs/local-rollup/1-introduction.md b/docs/local-rollup/1-introduction.md index 0853619..92e4848 100644 --- a/docs/local-rollup/1-introduction.md +++ b/docs/local-rollup/1-introduction.md @@ -9,7 +9,7 @@ a local Kubernetes cluster which uses the Astria shared sequencer network. :::tip If you would like to deploy a rollup on a remote Kubernetes cluster, - please see the [remote deployment guide](/docs/cloud-rollup/digital-ocean/) here. + please see the [remote deployment guide](/cloud-rollup/digital-ocean) here. ::: ## Local Dependencies diff --git a/docs/overview/architecture/4-composer.md b/docs/overview/architecture/4-composer.md index e28e274..e4ef5a9 100644 --- a/docs/overview/architecture/4-composer.md +++ b/docs/overview/architecture/4-composer.md @@ -22,7 +22,5 @@ While a real searcher implementation would create profit-generating bundles of r Once Astria's block builder design moves to its implementation phase, the Composer will include a reference builder implementation as well. Similarly to the searcher, while a real builder implementation would run a profit-generating auction, the composer implementation will simply run a FIFO queue that will add all the sequencer transactions it receives and submits a block to the sequencer's proposer. -Once Astria's block builder design moves to its implementation phase, the Composer will include a reference builder implementation as well. Similarly to the searcher, while a real builder implementation would run a profit-generating auction, the composer implementation will simply run a FIFO queue that will add all the sequencer transactions it receives and submits a block to the sequencer's proposer. - See the [Conductor code here.](https://github.com/astriaorg/astria/tree/main/crates/astria-conductor)