Skip to content

Commit 43dcccf

Browse files
authored
Merge pull request #2556 from ordovicia/markdown-link
Convert raw-string URLs to Markdown
2 parents d1c11d8 + 9fc802b commit 43dcccf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

text/2169-euclidean-modulo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `euclidean_modulo`
22
- Start Date: 2017-10-09
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2169
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/49048
3+
- RFC PR: [rust-lang/rfcs#2169](https://github.com/rust-lang/rfcs/pull/2169)
4+
- Rust Issue: [rust-lang/rust#49048](https://github.com/rust-lang/rust/issues/49048)
55

66
# Summary
77
[summary]: #summary

text/2226-fmt-debug-hex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: fmt-debug-hex
22
- Start Date: 2017-11-24
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2226
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48584
3+
- RFC PR: [rust-lang/rfcs#2226](https://github.com/rust-lang/rfcs/pull/2226)
4+
- Rust Issue: [rust-lang/rust#48584](https://github.com/rust-lang/rust/issues/48584)
55

66
# Summary
77
[summary]: #summary

text/2230-bury-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Feature Name: optional_error_description
22
- Start Date: 2017-11-29
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2230
3+
- RFC PR: [rust-lang/rfcs#2230](https://github.com/rust-lang/rfcs/pull/2230)
44
- Rust Issue: (leave this empty)
55

66
# Default implementation of `Error::description()`

text/2314-roadmap-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Feature Name: N/A
22
- Start Date: 2018-01-23
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2314
3+
- RFC PR: [rust-lang/rfcs#2314](https://github.com/rust-lang/rfcs/pull/2314)
44
- Rust Issue: N/A
55

66
# Summary

text/2394-async_await.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: async_await
22
- Start Date: 2018-03-30
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2394
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/50547
3+
- RFC PR: [rust-lang/rfcs#2394](https://github.com/rust-lang/rfcs/pull/2394)
4+
- Rust Issue: [rust-lang/rust#50547](https://github.com/rust-lang/rust/issues/50547)
55

66
# Summary
77
[summary]: #summary

0 commit comments

Comments
 (0)