From 66e76499de86674b427e3232b463865a5ac4a5b4 Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Mon, 26 Feb 2024 13:57:30 -0500 Subject: [PATCH] Update references to solana-labs to point to anza-xyz in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 432a70f..6e10fc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Customized Rust/Clang toolchain for Solana Platform -[![Build Status](https://github.com/solana-labs/platform-tools/actions/workflows/main.yml/badge.svg)](https://github.com/solana-labs/platform-tools/actions/) +[![Build Status](https://github.com/anza-xyz/platform-tools/actions/workflows/main.yml/badge.svg)](https://github.com/anza-xyz/platform-tools/actions/) Builds Clang and Rust compiler binaries that incorporate customizations and fixes required by Solana but not yet upstreamed @@ -25,11 +25,11 @@ ignored. This repo depends on the following: -* https://github.com/solana-labs/rust -* https://github.com/solana-labs/llvm-project -* https://github.com/solana-labs/compiler-builtins -* https://github.com/solana-labs/newlib -* https://github.com/solana-labs/cargo +* https://github.com/anza-xyz/rust +* https://github.com/anza-xyz/llvm-project +* https://github.com/anza-xyz/compiler-builtins +* https://github.com/anza-xyz/newlib +* https://github.com/anza-xyz/cargo Any changes that need to go into a Rust release must be made in the appropriate repos listed above.