Skip to content

Commit 59ad400

Browse files
committed
Use relative urls for images and links to other posts.
1 parent 7b56103 commit 59ad400

32 files changed

+173
-173
lines changed

posts/2015-02-20-Rust-1.0-alpha2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Rust 1.0.0.alpha.2 has been released."
88
Today, we are happy to announce the release of Rust 1.0.0.alpha.2! Rust is a
99
systems programming language pursuing the trifecta: safe, fast, and concurrent.
1010

11-
In accordance with our [status report](/2015/02/13/Final-1.0-timeline.html)
11+
In accordance with our [status report](../../../2015/02/13/Final-1.0-timeline.html)
1212
last week, this is a second alpha release, rather than a first beta release.
1313
The beta release will be six weeks from today, with the final coming six weeks
1414
after that.
@@ -17,7 +17,7 @@ We’ve managed to land almost all of the features previously expected for this
1717
cycle. **The big headline here is that all major API revisions are finished**:
1818
path and IO reform have landed. At this point, all modules shipping for 1.0 are
1919
in what we expect to be their final form, modulo minor tweaks during the alpha2
20-
cycle. See the [previous post](/2015/02/13/Final-1.0-timeline.html) for more
20+
cycle. See the [previous post](../../../2015/02/13/Final-1.0-timeline.html) for more
2121
details.
2222

2323
This coming release cycle is crucial to Rust, as this will be the last cycle

posts/2016-04-19-MIR.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,14 @@ interested in contributing, look for
606606
[nagisa]: https://github.com/nagisa/
607607
[eddyb]: https://github.com/eddyb/
608608

609-
[cfg-img]: /images/2016-04-MIR/cfg.svg
610-
[drop-unwind]: /images/2016-04-MIR/drop-unwind.svg
611-
[drop]: /images/2016-04-MIR/drop.svg
612-
[flow]: /images/2016-04-MIR/flow.svg
613-
[loop-break]: /images/2016-04-MIR/loop-break.svg
614-
[nzd-flags]: /images/2016-04-MIR/nzd-flags.svg
615-
[nzd]: /images/2016-04-MIR/nzd.svg
616-
[send_if2-flags]: /images/2016-04-MIR/send_if2-flags.svg
617-
[send_if2-opt]: /images/2016-04-MIR/send_if2-opt.svg
618-
[send_if2]: /images/2016-04-MIR/send_if2.svg
609+
[cfg-img]: ../../../images/2016-04-MIR/cfg.svg
610+
[drop-unwind]: ../../../images/2016-04-MIR/drop-unwind.svg
611+
[drop]: ../../../images/2016-04-MIR/drop.svg
612+
[flow]: ../../../images/2016-04-MIR/flow.svg
613+
[loop-break]: ../../../images/2016-04-MIR/loop-break.svg
614+
[nzd-flags]: ../../../images/2016-04-MIR/nzd-flags.svg
615+
[nzd]: ../../../images/2016-04-MIR/nzd.svg
616+
[send_if2-flags]: ../../../images/2016-04-MIR/send_if2-flags.svg
617+
[send_if2-opt]: ../../../images/2016-04-MIR/send_if2-opt.svg
618+
[send_if2]: ../../../images/2016-04-MIR/send_if2.svg
619619
[alt]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md#alternatives

posts/2016-05-16-rust-at-one-year.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ having fun doing it.
2020

2121
And yesterday, Rust turned one year old.
2222

23-
<img src="/images/2016-05-16-rust-at-one-year/cupcakes.jpg" height="300px" width="300px">
23+
<img src="../../../images/2016-05-16-rust-at-one-year/cupcakes.jpg" height="300px" width="300px">
2424

2525
### Rust in numbers
2626

posts/2016-06-30-State-of-Rust-Survey-2016.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@ And we couldn't agree more. One of the best things about working in Rust is tha
159159
We'd love to hear your comments and invite you to jump in and participate in the upcoming discussions on ways we can tackle the challenges brought up in this survey.
160160

161161

162-
[do-you-use-rust]: /images/2016-06-Survey/do_you_use_rust.png
163-
[time-using-rust]: /images/2016-06-Survey/time_using_rust.png
164-
[versions-of-rust]: /images/2016-06-Survey/versions_of_rust.png
165-
[after_1_0_broke_code]: /images/2016-06-Survey/after_1_0_broke_code.png
166-
[easy_to_fix]: /images/2016-06-Survey/easy_to_fix.png
167-
[like_cargo]: /images/2016-06-Survey/like_cargo.png
168-
[rust_at_work]: /images/2016-06-Survey/rust_at_work.png
169-
[part_time]: /images/2016-06-Survey/part_time.png
170-
[full_time]: /images/2016-06-Survey/full_time.png
171-
[rust_at_work_future]: /images/2016-06-Survey/rust_at_work_future.png
172-
[demo_areas]: /images/2016-06-Survey/demo_areas.png
173-
[meetup_locations]: /images/2016-06-Survey/meetup_locations.png
174-
[what_languages]: /images/2016-06-Survey/what_language.png
175-
[underrepresented]: /images/2016-06-Survey/underrepresented.png
162+
[do-you-use-rust]: ../../../images/2016-06-Survey/do_you_use_rust.png
163+
[time-using-rust]: ../../../images/2016-06-Survey/time_using_rust.png
164+
[versions-of-rust]: ../../../images/2016-06-Survey/versions_of_rust.png
165+
[after_1_0_broke_code]: ../../../images/2016-06-Survey/after_1_0_broke_code.png
166+
[easy_to_fix]: ../../../images/2016-06-Survey/easy_to_fix.png
167+
[like_cargo]: ../../../images/2016-06-Survey/like_cargo.png
168+
[rust_at_work]: ../../../images/2016-06-Survey/rust_at_work.png
169+
[part_time]: ../../../images/2016-06-Survey/part_time.png
170+
[full_time]: ../../../images/2016-06-Survey/full_time.png
171+
[rust_at_work_future]: ../../../images/2016-06-Survey/rust_at_work_future.png
172+
[demo_areas]: ../../../images/2016-06-Survey/demo_areas.png
173+
[meetup_locations]: ../../../images/2016-06-Survey/meetup_locations.png
174+
[what_languages]: ../../../images/2016-06-Survey/what_language.png
175+
[underrepresented]: ../../../images/2016-06-Survey/underrepresented.png

posts/2016-08-10-Shape-of-errors-to-come.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The problem though is that it takes a few seconds to look at the message, orient
3131
the critical pieces. This time loss adds up. What if, instead, we cleared away everything that slows
3232
down how you read the error message?
3333

34-
<img src="/images/2016-08-09-Errors/new_errors.png" width="500" />
34+
<img src="../../../images/2016-08-09-Errors/new_errors.png" width="500" />
3535

3636
This is the new error format. It's designed around the fundamental observation that
3737
errors should **focus on the code you wrote**. By doing so, you can much more easily see the context
@@ -182,10 +182,10 @@ improve the learning curve bit by bit, and we're looking forward to seeing how f
182182

183183

184184

185-
[old_errors]: /images/2016-08-09-Errors/old_errors.png
186-
[new_errors]: /images/2016-08-09-Errors/new_errors.png
187-
[new_errors2]: /images/2016-08-09-Errors/new_errors2.png
188-
[new_errors3]: /images/2016-08-09-Errors/new_errors3.png
189-
[new_errors4]: /images/2016-08-09-Errors/new_errors4.png
185+
[old_errors]: ../../../images/2016-08-09-Errors/old_errors.png
186+
[new_errors]: ../../../images/2016-08-09-Errors/new_errors.png
187+
[new_errors2]: ../../../images/2016-08-09-Errors/new_errors2.png
188+
[new_errors3]: ../../../images/2016-08-09-Errors/new_errors3.png
189+
[new_errors4]: ../../../images/2016-08-09-Errors/new_errors4.png
190190
[Dybuk]: https://github.com/ticki/dybuk
191191
[Elm]: https://elm-lang.org/blog/compiler-errors-for-humans

posts/2016-09-08-incremental.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,17 +471,17 @@ or ask around in the [#rustc channel on IRC][rustc-irc].
471471
[incr-comp-rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1298-incremental-compilation.md
472472
[compiling]: https://xkcd.com/303/
473473
[up-to-or-more]: https://xkcd.com/870/
474-
[algebra-initial]: /images/2016-08-Incremental/algebra-initial.svg
475-
[algebra-update]: /images/2016-08-Incremental/algebra-update.svg
476-
[algebra-dep-graph]: /images/2016-08-Incremental/algebra-dep-graph.svg
477-
[algebra-dep-graph-dag]: /images/2016-08-Incremental/algebra-dep-graph-dag.svg
478-
[compiler-phases]: /images/2016-08-Incremental/compiler-phases.svg
479-
[compiler-dep-graph]: /images/2016-08-Incremental/compiler-dep-graph.svg
480-
[compiler-cache-purge]: /images/2016-08-Incremental/compiler-cache-purge.svg
481-
[compiler-phases-cost]: /images/2016-08-Incremental/compiler-phases-cost.svg
474+
[algebra-initial]: ../../../images/2016-08-Incremental/algebra-initial.svg
475+
[algebra-update]: ../../../images/2016-08-Incremental/algebra-update.svg
476+
[algebra-dep-graph]: ../../../images/2016-08-Incremental/algebra-dep-graph.svg
477+
[algebra-dep-graph-dag]: ../../../images/2016-08-Incremental/algebra-dep-graph-dag.svg
478+
[compiler-phases]: ../../../images/2016-08-Incremental/compiler-phases.svg
479+
[compiler-dep-graph]: ../../../images/2016-08-Incremental/compiler-dep-graph.svg
480+
[compiler-cache-purge]: ../../../images/2016-08-Incremental/compiler-cache-purge.svg
481+
[compiler-phases-cost]: ../../../images/2016-08-Incremental/compiler-phases-cost.svg
482482
[cargo-incremental]: https://github.com/nikomatsakis/cargo-incremental
483-
[performance-full-re-use]: /images/2016-08-Incremental/perf-full-re-use.svg
484-
[performance-changes]: /images/2016-08-Incremental/perf-changes.svg
483+
[performance-full-re-use]: ../../../images/2016-08-Incremental/perf-full-re-use.svg
484+
[performance-changes]: ../../../images/2016-08-Incremental/perf-changes.svg
485485
[regex]: https://github.com/rust-lang-nursery/regex
486486
[futures]: https://github.com/alexcrichton/futures-rs
487487
[syntex]: https://github.com/serde-rs/syntex/tree/master/syntex_syntax

posts/2016-09-29-Rust-1.12.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a result of the effort of many hours of [volunteer effort] to design, test, and
2929
update every one of `rustc`s errors to the new format. We're excited to see
3030
what you think of them:
3131

32-
![A new borrow-check error](/images/2016-09-Rust-1.12/borrowck-error.png)
32+
![A new borrow-check error](../../../images/2016-09-Rust-1.12/borrowck-error.png)
3333

3434
The largest internal change in this release is moving to a new compiler backend
3535
based on the new Rust [MIR]. While this feature does not result in anything
@@ -52,15 +52,15 @@ For example, in 1.11 if a implementation of a trait didn't match the trait
5252
declaration, you would see an error like the one below:
5353

5454
![An old mismatched trait
55-
error](/images/2016-09-Rust-1.12/old-mismatched-trait-error.png)
55+
error](../../../images/2016-09-Rust-1.12/old-mismatched-trait-error.png)
5656

5757
In the new error format we represent the error by instead showing the points in
5858
the code that matter the most. Here is the relevant line in the trait
5959
declaration, and the relevant line in the implementation, using labels to
6060
describe why they don't match:
6161

6262
![A new mismatched trait
63-
error](/images/2016-09-Rust-1.12/mismatched-trait-error.png)
63+
error](../../../images/2016-09-Rust-1.12/mismatched-trait-error.png)
6464

6565
Initially, this error design was built to aid in understanding borrow-checking
6666
errors, but we found, as with the error above, the format can be broadly

posts/2016-11-10-Rust-1.13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ appear to be some big reductions, which are quantified on the corresponding
178178

179179
<br/>
180180

181-
![Performance graph](/images/2016-11-Rust-1.13/graph.png)
181+
![Performance graph](../../../images/2016-11-Rust-1.13/graph.png)
182182

183183
<br/>
184184

posts/2017-05-15-rust-at-two-years.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It's been two years since Rust 1.0 was released. Happy second birthday, Rust!
1515

1616
*Rustaceans at RustFest Berlin, September 2016. Picture by Fiona Castiñeira*
1717

18-
[group-pic]: /images/2017-05-Second-Birthday/rustfest-berlin.jpeg
18+
[group-pic]: ../../../images/2017-05-Second-Birthday/rustfest-berlin.jpeg
1919

2020
Over these two years, we have demonstrated stability without stagnation,
2121
maintaining backwards compatibility with version 1.0 while also making many
@@ -240,7 +240,7 @@ Try out incremental compilation on nightly Rust with
240240

241241
[incrcomp]: https://internals.rust-lang.org/t/incremental-compilation-beta/4721
242242
[roadmap-4]: https://github.com/rust-lang/rust-roadmap/issues/4
243-
[incrcomp-svg]: /images/2017-05-Second-Birthday/incremental-compilation.svg
243+
[incrcomp-svg]: ../../../images/2017-05-Second-Birthday/incremental-compilation.svg
244244

245245
We've also made some progress on the time it takes to do a full compilation. On
246246
average, compile times have improved by 5-10% in the last year, but some

posts/2017-06-27-Increasing-Rusts-Reach.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Increasing Rust’s Reach"
44
author: Carol Nichols
55
---
66

7-
**EDIT: We've heard that Google Forms is not easily accessible in all countries; if that applies to you, please find the [application's questions in this text file](/images/2017-06-Increasing-Rusts-Reach/application.txt) and send the answers via email to carol.nichols@gmail.com.**
7+
**EDIT: We've heard that Google Forms is not easily accessible in all countries; if that applies to you, please find the [application's questions in this text file](../../../images/2017-06-Increasing-Rusts-Reach/application.txt) and send the answers via email to carol.nichols@gmail.com.**
88

99
One of [Rust's 2017 goals](https://blog.rust-lang.org/2017/02/06/roadmap.html) is to make it easier
1010
to become productive in Rust by reducing its learning curve. We believe Rust has potential as an
@@ -84,15 +84,15 @@ Who should apply for this project:
8484
- Interest in improving usability of developer-facing documentation and tools
8585
- Interest in learning in detail about Rust syntax and semantics
8686

87-
<img src="/images/2017-06-Increasing-Rusts-Reach/nrc.jpg" alt="Nick Cameron" class="right-thumbnail">
87+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/nrc.jpg" alt="Nick Cameron" class="right-thumbnail">
8888

8989
*About Nick Cameron: I'm a Rust core team member and lead the dev-tools team. I work on a bunch of
9090
tools including Rustdoc, Rustfmt, the Rust Language Server, and the Rust compiler. I want to make
9191
Rust developer tools awesome, and user experience is a key part of that. I want Rust to change the
9292
world (or at least the programming world), and we can't do that without making the Rust language
9393
and community more accessible to more people.*
9494

95-
<img src="/images/2017-06-Increasing-Rusts-Reach/steveklabnik.jpeg" alt="Steve Klabnik" class="right-thumbnail">
95+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/steveklabnik.jpeg" alt="Steve Klabnik" class="right-thumbnail">
9696

9797
*About Steve Klabnik: I used to work on Ruby on Rails before Rust, and one of the reasons why I love
9898
Rust is that as a project, we're committed to helping people learn Rust as their first low-level
@@ -127,7 +127,7 @@ Who should apply for this project:
127127
- Interest in improving the new Rust developer experience
128128
- Interest in learning how to improve and create lints
129129

130-
<img src="/images/2017-06-Increasing-Rusts-Reach/manish.png" alt="Manish Goregaokar" class="right-thumbnail">
130+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/manish.png" alt="Manish Goregaokar" class="right-thumbnail">
131131

132132
*About Manish Goregaokar: I'm a research engineer at Mozilla working on Servo. I care a lot about
133133
improving workflows and tooling, especially around the newcomer experience.*
@@ -154,7 +154,7 @@ Who should apply for this project:
154154
- Interest in improving approachability of Rust
155155
- Interest in investigating the motivations behind visitors to the main website and/or crates.io
156156

157-
<img src="/images/2017-06-Increasing-Rusts-Reach/aturon.jpg" alt="Aaron Turon" class="right-thumbnail">
157+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/aturon.jpg" alt="Aaron Turon" class="right-thumbnail">
158158

159159
*About Aaron Turon: I'm a Rust core team member, manage the Mozilla Rust team, and currently lead
160160
the library, infrastructure, and Cargo teams. On the technical side, I'm most driven by language
@@ -181,7 +181,7 @@ Who should apply for this project:
181181
- Background or interest in creating visual teaching tools like diagrams or drawings a plus
182182
- Interest in learning Rust concepts and teaching what you learn to others
183183

184-
<img src="/images/2017-06-Increasing-Rusts-Reach/nmatsakis.jpeg" alt="Niko Matsakis" class="right-thumbnail">
184+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/nmatsakis.jpeg" alt="Niko Matsakis" class="right-thumbnail">
185185

186186
*About Niko Matsakis: I'm a member of the Rust core team as well as the Rust language and compiler
187187
teams. I focus mainly on the design and implementation of the language itself. I want to do what I
@@ -205,7 +205,7 @@ Who should apply for this project:
205205
- Experience using a web framework written in some other language
206206
- Interest in learning how to write web applications in Rust and teaching what you learn to others
207207

208-
<img src="/images/2017-06-Increasing-Rusts-Reach/sgrif.jpeg" alt="Sean Griffin" class="right-thumbnail">
208+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/sgrif.jpeg" alt="Sean Griffin" class="right-thumbnail">
209209

210210
*About Sean Griffin: In addition to my Rust work, I am one of the maintainers of Ruby on Rails. One
211211
of the great things about Rails (and web development) is that it has really helped to lower the
@@ -235,7 +235,7 @@ Who should apply for this project:
235235
- Background in writing, teaching, or documentation
236236
- Interest in, and opinions about, improving tools for creating and displaying code documentation
237237

238-
<img src="/images/2017-06-Increasing-Rusts-Reach/pnkfelix.jpeg" alt="Felix Klock" class="right-thumbnail">
238+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/pnkfelix.jpeg" alt="Felix Klock" class="right-thumbnail">
239239

240240
*About Felix Klock: I'm the main developer of tango (as well as a member of the Rust compiler and
241241
language teams). I actively use tango for authoring my presentation slides about Rust. I
@@ -267,7 +267,7 @@ Who should apply for this project:
267267
- Interest in learning how to translate an application to Rust
268268
- Interest in researching and documenting features that libraries have or don’t have
269269

270-
<img src="/images/2017-06-Increasing-Rusts-Reach/burntsushi.jpeg" alt="Andrew Gallant" class="right-thumbnail">
270+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/burntsushi.jpeg" alt="Andrew Gallant" class="right-thumbnail">
271271

272272
*About Andrew Gallant: I'm a member of the Rust library team that works with Rust in my free time. I
273273
am very interested in information retrieval, fast text search and generally improving Rust's
@@ -293,7 +293,7 @@ Who should apply for this project:
293293
- Interest in learning how to write or translate a CLI program to Rust
294294
- Interest in researching and documenting features that libraries have or don’t have
295295

296-
<img src="/images/2017-06-Increasing-Rusts-Reach/kamalmarhubi.jpeg" alt="Kamal Marhubi" class="right-thumbnail">
296+
<img src="../../../images/2017-06-Increasing-Rusts-Reach/kamalmarhubi.jpeg" alt="Kamal Marhubi" class="right-thumbnail">
297297

298298
*About Kamal Marhubi: I've been writing Rust for about a year and a half. I help maintain nix, a
299299
library that gives a Rusty interface to unix systems APIs. I've also contributed to rustfmt, rustup,

0 commit comments

Comments
 (0)