File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ install-notes-heading = Notes about Rust installation
61
61
install-notes-getting-started-heading = Getting started
62
62
install-notes-getting-started-description = If you're just getting started with
63
63
Rust and would like a more detailed walk-through, see our
64
- <a href="{ { baseurl } }/learn/get -started">getting started</a> page.
64
+ <a href="{ $getting -started-href } ">getting started</a> page.
65
65
66
66
install-notes-rustup-heading = Toolchain management with <code>rustup</code>
67
67
install-notes-rustup-description =
Original file line number Diff line number Diff line change 25
25
<div >
26
26
<h3 >{{ text install-notes-getting-started-heading }} </h3 >
27
27
<p >
28
- {{ text install-notes-getting-started-description }}
28
+ {{ #text install-notes-getting-started-description }}
29
+ {{ #textparam getting-started-href }}
30
+ {{ baseurl }} /learn/get-started
31
+ {{ /textparam }}
32
+ {{ /text }}
29
33
</p >
30
34
31
35
<h3 >{{ text install-notes-rustup-heading }} </h3 >
You can’t perform that action at this time.
0 commit comments