Skip to content

Commit f496fe8

Browse files
committed
fix broken links
1 parent 3d6bd7d commit f496fe8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API Reference
22

3-
- [rod](https://github.com/go-rod/rod): The main package
4-
- [defaults](https://github.com/go-rod/rod/lib/defaults): Package defaults of commonly used options parsed from the environment.
5-
- [launcher](https://github.com/go-rod/rod/lib/launcher): Package launcher for launching browser utils.
6-
- [proto](https://github.com/go-rod/rod/lib/proto): Package proto is a lib to encode/decode the data of the cdp protocol.
7-
- [cdp](https://github.com/go-rod/rod/lib/cdp): Package cdp for application layer communication with browser.
3+
- [rod](https://pkg.go.dev/github.com/go-rod/rod): The main package
4+
- [defaults](https://pkg.go.dev/github.com/go-rod/rod/lib/defaults): Package defaults of commonly used options parsed from the environment.
5+
- [launcher](https://pkg.go.dev/github.com/go-rod/rod/lib/launcher): Package launcher for launching browser utils.
6+
- [proto](https://pkg.go.dev/github.com/go-rod/rod/lib/proto): Package proto is a lib to encode/decode the data of the cdp protocol.
7+
- [cdp](https://pkg.go.dev/github.com/go-rod/rod/lib/cdp): Package cdp for application layer communication with browser.

0 commit comments

Comments
 (0)