projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
40aaf7f
)
Merge pull request #32 from louy2/patch-2
author
Ralf Jung
<post@ralfj.de>
Mon, 25 Mar 2019 21:23:07 +0000
(22:23 +0100)
committer
GitHub
<noreply@github.com>
Mon, 25 Mar 2019 21:23:07 +0000
(22:23 +0100)
Fix link to lifetime elision rules
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index e7068ac86a7a95075a2575c674397180b7e81904..be0e4fb9d79875e94954084d6fef2916830b6f42 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-12,7
+12,7
@@
The most accessible form of the tutorial is its
You can either read through the sources in `src/`, or generate the
HTML in `docs/` using `make docs` (this step needs
-[Pycco](https://
fitzgen
.github.io/pycco/)).
+[Pycco](https://
pycco-docs
.github.io/pycco/)).
The files `workspace/src/part*.rs` are generated by `make workspace`.