Skip to content

Commit 8917543

Browse files
Merge pull request #3991 from rust-lang/fix-link
Move broken link in 0344-conventions-galore.md to archive.org
2 parents f635361 + b13702a commit 8917543

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

text/0344-conventions-galore.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ The proposed convention for a field `foo: T` is:
173173
here may take `&T` or some other type, depending on the context.)
174174

175175
Note that this convention is about getters/setters on ordinary data types, *not*
176-
on [builder objects](http://aturon.github.io/ownership/builders.html). The
177-
naming conventions for builder methods are still open.
176+
on [builder objects][]. The naming conventions for builder methods are still open.
177+
178+
[builder objects]: https://web.archive.org/web/20170701044756/http://aturon.github.io/ownership/builders.html
178179

179180
### Associated types
180181

0 commit comments

Comments
 (0)