From b0609fa15c60fcc10bf17975bee64c8948158607 Mon Sep 17 00:00:00 2001 From: ys-0212 <65277457+qi-0826@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:02:04 +0800 Subject: [PATCH] docs: remove some deprecated content (#1053) Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> --- contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/README.md b/contracts/README.md index 09fd967ce2..50466220b5 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -1,6 +1,6 @@ # Scroll Contracts -This directory contains the solidity code for Scroll L1 bridge and rollup contracts and L2 bridge and pre-deployed contracts. The [`specs`](../specs/) folder describes the overall Scroll protocol including the cross-domain messaging and rollup process. You can also find contract APIs and more details in the [`docs`](./docs) folder. +This directory contains the solidity code for Scroll L1 bridge and rollup contracts and L2 bridge and pre-deployed contracts. You can also find contract APIs and more details in the [`docs`](./docs) folder. ## Directory Structure