From 81df16c4cdd186b4a1e4ff49c20a9e20518327ae Mon Sep 17 00:00:00 2001 From: maladr0it Date: Wed, 24 Jun 2026 16:49:46 -0700 Subject: [PATCH] docs: update stale xds folder references to astryx The repo was renamed from facebookexperimental/xds to facebook/astryx, but CONTRIBUTING.md still told contributors to cd into xds. Co-authored-by: Cursor --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bfba5e7b764b..2a0373039c160 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ pnpm --version # 10.x.x ```bash # Clone the repo git clone https://github.com/facebook/astryx.git -cd xds +cd astryx # Install dependencies pnpm install @@ -124,7 +124,7 @@ pnpm dev ## Project Structure ``` -xds/ +astryx/ ├── apps/ │ ├── storybook/ # Component playground (localhost:6006) │ └── sandbox/ # Development testing