From 7e6d93d805601b1ed9fec3539a8c381832f46a36 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Sun, 24 Mar 2019 10:22:13 -0700 Subject: [PATCH] Update documentation links --- docs/src/main/markdown/customizations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/markdown/customizations.md b/docs/src/main/markdown/customizations.md index 735d6cc64..b7a5346f6 100644 --- a/docs/src/main/markdown/customizations.md +++ b/docs/src/main/markdown/customizations.md @@ -396,8 +396,8 @@ Note: Most Scala collections can be used with this feature. If you are trying to implement your own collection type, it may be useful to check `MyVector` and `MyMap`, the simplest custom collection that is compatible with ScalaPB: -- [MyVector.scala](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/scala/com/thesamet/pb/MyVector.scala) -- [MyMap.scala](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/scala/com/thesamet/pb/MyMap.scala) +- [MyVector.scala](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/scala-pre-2.13/com/thesamet/pb/MyVector.scala) +- [MyMap.scala](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/scala-pre-2.13/com/thesamet/pb/MyMap.scala) - [collection_types.proto](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/protobuf/collection_types.proto) # Custom names