]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/style/style/naming/README.md
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / doc / style / style / naming / README.md
index 9d78721ad3644965a11e0fb1b6dd7115a20ae841..2106f32fafade8fdcc54320064b4353f1708aafc 100644 (file)
@@ -101,7 +101,7 @@ The convention for a field `foo: T` is:
   here may take `&T` or some other type, depending on the context.)
 
 Note that this convention is about getters/setters on ordinary data types, *not*
-on [builder objects](../ownership/builders.html).
+on [builder objects](../../ownership/builders.html).
 
 ### Escape hatches [FIXME]