]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/osd_internals/erasure_coding/developer_notes.rst
update sources to v12.1.0
[ceph.git] / ceph / doc / dev / osd_internals / erasure_coding / developer_notes.rst
index cdab34ce41eebdb06881a2e20a74ba160e4e89f0..a9ef9b55c61f0df50cfafdd8ff4ab7f2460c557e 100644 (file)
@@ -189,7 +189,7 @@ in the registry. The `ErasureCodePluginExample <https://github.com/ceph/ceph/blo
 
 The *ErasureCodePlugin* derived object must provide a factory method
 from which the concrete implementation of the *ErasureCodeInterface*
-object can be generated. The `ErasureCodePluginExample plugin <https://github.com/ceph/ceph/blob/v0.78/src/test/osd/ErasureCodePluginExample.cc>`_ reads:
+object can be generated. The `ErasureCodePluginExample plugin <https://github.com/ceph/ceph/blob/v0.78/src/test/erasure-code/ErasureCodePluginExample.cc>`_ reads:
 
 ::