Skip to content

Commit 1b16c04

Browse files
committed
Fix the links
1 parent 57208f4 commit 1b16c04

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

index.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@ As this is a front-end project, the compiler will gain full access to all of GCC
66

77
You can find compiler status reports over on: https://github.com/Rust-GCC/Reporting. The project is still in an early phase with the goal to compile the offical rust test suite. There are no immediate plans for a borrow checker as this is not required to compile rust code and is the last pass in the RustC compiler. This can be handled as a sperate project when we get to that point.
88

9+
### Thanks
10+
11+
Thank you to [Open Source Security Inc.](https://www.opensrcsec.com/) and [Embecosm](https://www.embecosm.com/) for sponsering this project to move forward.
12+
13+
We apreciate all feedback from individuals on github.
14+
915
### Developers
1016

11-
* [Philip Herron](https://github.com/philberty/) https://thephilbert.io/
17+
* [Philip Herron](https://github.com/philberty/) [https://thephilbert.io/](https://thephilbert.io/)
1218
* [SimplyTheOther](https://github.com/simplytheother)
13-
* [Nala Ginrut](https://github.com/NalaGinrut) https://nalaginrut.com/index
19+
* [Nala Ginrut](https://github.com/NalaGinrut) [https://nalaginrut.com/index](https://nalaginrut.com/index)
1420

1521
### Get Involved
1622

17-
As this is destined to be upstreamed to GCC we require copyright assignment: https://gcc.gnu.org/contribute.html. Not all contributions must be code, please try it out and feed us bugs.
23+
As this is destined to be upstreamed to GCC we require copyright assignment: [https://gcc.gnu.org/contribute.html](https://gcc.gnu.org/contribute.html). Not all contributions must be code, please try it out and feed us bugs.
1824

19-
Github: https://github.com/Rust-GCC
20-
Zulip: https://gcc-rust.zulipchat.com/
21-
Twitter: https://twitter.com/gcc_rust
25+
* Github: [https://github.com/Rust-GCC](https://github.com/Rust-GCC)
26+
* Zulip: [https://gcc-rust.zulipchat.com/](https://gcc-rust.zulipchat.com/)
27+
* Twitter: [https://twitter.com/gcc_rust](https://twitter.com/gcc_rust)

0 commit comments

Comments
 (0)