From fa66e6b15b06070c0c6467983b4892bc33dc9145 Mon Sep 17 00:00:00 2001 From: Boleyn Su Date: Tue, 16 Jul 2024 02:03:44 +0800 Subject: [PATCH] Update README.md (#380) * Update README.md If we will remove new_sets, then we should deprecate it instead of sets. * Update README.md --------- Co-authored-by: Ivo List --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b72b729e..fd2e2754 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,8 @@ s = shell.quote(p) * [partial](docs/partial_doc.md) * [paths](docs/paths_doc.md) * [selects](docs/selects_doc.md) -* [sets](lib/sets.bzl) - _deprecated_, use `new_sets` +* [sets](docs/new_sets_doc.md) * [modules](docs/modules_doc.md) -* [new_sets](docs/new_sets_doc.md) * [shell](docs/shell_doc.md) * [structs](docs/structs_doc.md) * [subpackages](docs/subpackages_doc.md)