Skip to content

Commit

Permalink
Merge pull request #661 from rust-lang/relaunch-foundation-website
Browse files Browse the repository at this point in the history
Remove Rust Foundation website
  • Loading branch information
jdno authored Jan 16, 2025
2 parents 4402f88 + 59305df commit 3a56b48
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions terraform/domain-redirects/redirects.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,6 @@ module "arewewebyet_org" {
permanent = true
}

module "rustfoundation_org" {
source = "./impl"
providers = {
aws = aws
aws.east1 = aws.east1
}

to_host = "foundation.rust-lang.org"
from = [
"rustfoundation.org",
"www.rustfoundation.org",
]
permanent = false
}

// https://github.com/rust-lang/docs.rs/issues/1210
module "docs_rs_metadata" {
source = "./impl"
Expand Down

0 comments on commit 3a56b48

Please sign in to comment.