File tree 3 files changed +4
-4
lines changed
_zh-cn/overviews/scala3-book 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,6 @@ res1: Int = 24
401
401
[ interacting] : {% link _ zh-cn/overviews/scala3-book/interacting-with-java.md %}
402
402
[ lambdas] : {% link _ zh-cn/overviews/scala3-book/fun-anonymous-functions.md %}
403
403
[ fp-intro] : {% link _ zh-cn/overviews/scala3-book/fp-intro.md %}
404
- [ mut-immut-colls] : {% link _ zh-cn/overviews /collections-2.13/overview.md %}
405
- [ architecture] : {% link _ zh-cn/overviews /core/architecture-of-scala-213-collections.md %}
404
+ [ mut-immut-colls] : {% link _ overviews /collections-2.13/overview.md %}
405
+ [ architecture] : {% link _ overviews /core/architecture-of-scala-213-collections.md %}
406
406
Original file line number Diff line number Diff line change @@ -311,4 +311,4 @@ val res1: concurrent.Future[Int] = Future(Success(4))
311
311
它还讨论了如何将 `for` 表达式转换为 `flatMap` 操作。
312
312
313
313
314
- [futures]: {% link _zh-cn/overviews /core/futures.md %}
314
+ [futures]: {% link _overviews /core/futures.md %}
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ val z: Long = y // Error
268
268
269
269
[ reference] : {{ site.scala3ref }}/overview.html
270
270
[ matchable] : {{ site.scala3ref }}/other-new-features/matchable.html
271
- [ interpolation] : {% link _ zh-cn/overviews /core/string-interpolation.md %}
271
+ [ interpolation] : {% link _ overviews /core/string-interpolation.md %}
272
272
[ fp] : {% link _ zh-cn/overviews/scala3-book/fp-intro.md %}
273
273
[ option-api ] : https://scala-lang.org/api/3.x/scala/Option.html
274
274
[ safe-null] : {{ site.scala3ref }}/experimental/explicit-nulls.html
You can’t perform that action at this time.
0 commit comments