Skip to content

Commit e326919

Browse files
committed
fix(docs): comments
1 parent 4bc4f91 commit e326919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/operators/chain-operators/tutorials/create-l2-rollup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ If you want to get started quickly, you can use the complete working implementat
4848
<Callout type="info">
4949
**Complete working example**
5050

51-
A complete, working implementation is available in the [`code/`](https://github.com/ethereum-optimism/docs/tree/main/docs/create-l2-rollup-example/) directory. This includes all necessary scripts, Docker Compose configuration, and example environment files.
51+
A complete, working implementation is available in the [`create-l2-rollup-example/`](https://github.com/ethereum-optimism/docs/tree/main/docs/create-l2-rollup-example/) directory. This includes all necessary scripts, Docker Compose configuration, and example environment files.
5252
</Callout>
5353

5454
### Automated setup steps
5555

5656
1. **Clone and navigate to the code directory:**
5757
```bash
5858
git clone https://github.com/ethereum-optimism/docs.git
59-
cd docs/pages/operators/chain-operators/tutorials/create-l2-rollup/code
59+
cd docs/create-l2-rollup-example/
6060
```
6161

6262
2. **Configure your environment:**

0 commit comments

Comments
 (0)