diff options
author | Teddy Wing | 2021-06-17 19:18:22 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-17 19:18:22 +0200 |
commit | d22a4cc711dd8c6aea1902b64fda35ded2cd15d1 (patch) | |
tree | 46f5c28c6d4f60d3921ad0af4801fd5bd3a611e7 | |
parent | f1cc89f122ec631ebe41da95062b5f5840f5f45e (diff) | |
download | pkg.go.dev-to-godoc-d22a4cc711dd8c6aea1902b64fda35ded2cd15d1.tar.bz2 |
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7da3fa9 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +Pkg.go.dev to Godoc +=================== + +A user script that forces [pkg.go.dev] to redirect to [godocs.io]. + + +[pkg.go.dev]: https://pkg.go.dev/ +[godocs.io]: https://godocs.io/ + + +## Install +Open the [raw script][1] and click “Install” in the resulting dialog. A [more +detailed explanation][2] is available on the Greasemonkey wiki. + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://raw.githubusercontent.com/teddywing/pkg.go.dev-to-godoc/master/pkg.go.dev-to-godoc.user.js +[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts |