File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ We have put significant work into finding and updating links around the
21
21
` rust-lang/* ` repos. We have also put up a website in place of the former
22
22
` rustc-guide ` website that points to the book and rustc-dev-guide.
23
23
24
+ To update your git clone of the (former) ` rustc-guide ` repo, you can do the following:
25
+
26
+ ```
27
+ git remote set-url origin https://github.com/rust-lang/rustc-dev-guide.git
28
+ ```
29
+
30
+ This will change where git thinks the ` origin ` remote repo is to
31
+ ` rust-lang/rustc-dev-guide ` .
32
+
24
33
You can find more information in [ this issue] [ gh ] . If you have any questions or
25
34
concerns, please feel free to contact us either by opening an [ issue on the
26
35
rustc-dev-guide repo] [ repo ] or on our [ zulip channel] [ zulip ] .
You can’t perform that action at this time.
0 commit comments