Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler working group links #94

Closed
wants to merge 1 commit into from
Closed

Fix compiler working group links #94

wants to merge 1 commit into from

Conversation

carols10cents
Copy link
Member

As reported on URLO, most of the "[team] repository" buttons for the compiler working groups on this page are broken.

Looks like in rust-lang/compiler-team#103 the compiler team switched from using github as a website to using github pages as a website :)

@spastorino
Copy link
Member

@carols10cents the docs part of the url was introduced unintentionally. We should remove them from compiler-team repo see rust-lang/compiler-team#103 (comment)

@carols10cents
Copy link
Member Author

Aha, thanks! I'll wait until that gets fixed then I'll update this PR.

@@ -9,4 +9,4 @@ members = ["nikomatsakis", "cramertj"]
[website]
name = "Async-await Implementation"
description = "Implementing async-await"
repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/async-await"
repo = "https://rust-lang.github.io/compiler-team/docs/working-groups/async-await/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spastorino
Copy link
Member

@carols10cents now yes, the docs part is out of URLs. The right changes in this PR would be what you have without the docs part.

@carols10cents
Copy link
Member Author

Fixed! This should be ready to merge now :)

@spastorino
Copy link
Member

Ready to merge, CI failures are unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants