Skip to content

Commit ecd5647

Browse files
authored
replace Li's site URL (upickle and scalatages) (#84)
replace Li's site URL with com-lihaoyi.github.io for upickle and scalatages
1 parent 9b243ab commit ecd5647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ requests.post("https://httpbin.org/post", data = java.nio.file.Paths.get("thing.
113113

114114
The `data` parameter also supports anything that implements the
115115
[Writable](https://github.com/lihaoyi/geny#writable) interface, such as
116-
[ujson.Value](http://www.lihaoyi.com/upickle/#uJson)s,
117-
[uPickle](http://www.lihaoyi.com/upickle)'s `upickle.default.writable` values,
118-
or [Scalatags](http://www.lihaoyi.com/scalatags/)'s `Tag`s
116+
[ujson.Value](http://com-lihaoyi.github.io/upickle/#uJson)s,
117+
[uPickle](http://com-lihaoyi.github.io/upickle)'s `upickle.default.writable` values,
118+
or [Scalatags](http://com-lihaoyi.github.io/scalatags/)'s `Tag`s
119119

120120
### Response Content
121121

0 commit comments

Comments
 (0)