diff --git a/README.md b/README.md index 29407a5e..f8eb0c7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ **June 18**: v2.2.0 - Added [ManifoldLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#manifoldloss) and [P2SGradLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#p2sgradloss). -- Added a `symmetric` flag to [SelfSupervisedLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#manifoldloss). +- Added a `symmetric` flag to [SelfSupervisedLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#selfsupervisedloss). - See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.2.0). - Thank you [domenicoMuscill0](https://github.com/domenicoMuscill0).