Skip to content

Commit 0aff146

Browse files
authored
Update README.md
1 parent 3b5a71c commit 0aff146

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
55

66
## Highlights
77

8-
-`BiStream` – streams `Map` and pair-wise collections
8+
-`BiStream` – streams `Map` and pair-wise collections
99
`BiStream.map(map).filterKeys(...).mapValues(...).toMap()`
1010
-`Substring` – composable substring extraction
1111
`Substring.between("(", ")").from("call(foo)") → "foo"`
@@ -18,16 +18,16 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1818

1919
## Docs
2020

21-
- [`BiStream`](./mu/util/stream/README.md)
21+
- 📄 [`BiStream`](./mug/src/main/java/com/google/mu/util/stream/README.md)
2222
- 📄 [`Substring`](https://github.com/google/mug/wiki/Substring-Explained)
2323
- 📄 [`StringFormat`](https://github.com/google/mug/wiki/StringFormat-Explained)
24-
- 📄 [`SafeSql`](./mu/util/safesql/README.md)
25-
- 📄 [`DateTimeFormats`](./mu/time/README.md)
24+
- 📄 [`SafeSql`](./mug-guava/src/main/java/com/google/mu/util/safesql/README.md)
25+
- 📄 [`DateTimeFormats`](./mug/src/main/java/com/google/mu/time/README.md)
2626

2727
<details>
2828
<summary>More tools</summary>
2929

30-
- [`BinarySearch`](./mu/util/collect/README.md)
30+
- [`BinarySearch`](./mug-guava/src/main/java/com/google/mu/util/collect/README.md)
3131
- [`StructuredConcurrency`](https://github.com/google/mug/wiki/Structured-Concurrency-Explained)
3232

3333
</details>

0 commit comments

Comments
 (0)