-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add link to swift.org #180
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
Conversation
@@ -162,7 +162,7 @@ See [docs/Testing.rst](docs/Testing.rst). | |||
|
|||
Contributions to Swift are welcomed and encouraged! Please see the [Contributing to Swift guide](https://swift.org/contributing/). | |||
|
|||
To be a truly great community, Swift.org needs to welcome developers from all | |||
To be a truly great community, [Swift.org]((https://swift.org/) needs to welcome developers from all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra open paren?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, fixed.
Not sure why the github URL feature is not used...seems odd. |
@MohammadG 's right. Dmitri's added the site to the GitHub repo's URL field, so this doesn't really seem necessary. Thanks, though. |
This is intended to fix ABI FIXMEs swiftlang#178 and swiftlang#180, as well as rdar://problem/31830524, given that rdar://25214066 is mostly fixed, but we still run into associated type inference issues. Sigh.
UseEnumForNamespacing: Remove the 'final' keyword when transforming from a class
…ct-llvm-lit Use lit.py directly from llvm-project/llvm in build-script
Partial revert "un-XFAIL RxSwift."
Added a link in the README that points to https://swift.org/, the official website of the project.
I also suggest that the owner of the repository add a link to https://swift.org/ next to the description at the top of the page, where GitHub allows the owner to provide a project website.