diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-03-17 05:47:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 05:47:52 -0400 |
| commit | 72f95eba1d43d6cd4a3231cdaf49194383c40bbb (patch) | |
| tree | 290c9ac11772a216aa123866850d4bcf2f7ba1c6 | |
| parent | e9f6e01b3a0023157c41326b00a6d5e8008e9394 (diff) | |
| parent | 04c9956c9a470ca6b809bb76620846641ac8c892 (diff) | |
| download | rust-72f95eba1d43d6cd4a3231cdaf49194383c40bbb.tar.gz rust-72f95eba1d43d6cd4a3231cdaf49194383c40bbb.zip | |
Rollup merge of #138584 - atouchet:found, r=jieyouxu
Update Rust Foundation links in Readme The Rust Foundation links in the Readme are outdated. I'm not sure if this is the best wording to use in place of the media guide, that can be changed if need be.
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index d84d96a0e91..611260470f1 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and trademarks and logos (the "Rust Trademarks"). If you want to use these names or brands, please read the -[media guide][media-guide]. +[Rust language trademark policy][trademark-policy]. Third-party logos may be subject to third-party copyrights and trademarks. See [Licenses][policies-licenses] for details. -[rust-foundation]: https://foundation.rust-lang.org/ -[media-guide]: https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/ +[rust-foundation]: https://rustfoundation.org/ +[trademark-policy]: https://rustfoundation.org/policy/rust-trademark-policy/ [policies-licenses]: https://www.rust-lang.org/policies/licenses |
