README.markdown: add archive note

Change-Id: I2109156753cecc7d4664a47ecba096fdf9bc86b6
Reviewed-on: https://go-review.googlesource.com/c/gddo/+/282132
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/README.markdown b/README.markdown
index f1b019a..0f7dccf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,30 +4,13 @@
 [![Build
 Status](https://travis-ci.org/golang/gddo.svg?branch=master)](https://travis-ci.org/golang/gddo)
 
-The code in this project is designed to be used by godoc.org. Send mail to
-golang-dev@googlegroups.com if you want to discuss other uses of the code.
-
-## Feedback
-
-Send ideas and questions to golang-dev@googlegroups.com. Request features and
-report bugs using the [GitHub Issue
-Tracker](https://github.com/golang/gddo/issues/new).
-
-## Contributions
-
-Contributions to this project are welcome, though please [file an
-issue](https://github.com/golang/gddo/issues/new). before starting work on
-anything major.
-
-Please refer to the [Contribution
-Guidelines](https://golang.org/doc/contribute.html) on how to submit changes.
-
-We use https://go-review.googlesource.com to review change submissions.
+**NOTE:** As of 2021, requests to godoc.org will redirect to pkg.go.dev. The
+gddo repository is archived and no longer accepting contributions. For more
+details, see https://blog.golang.org/godoc.org-redirect.
 
 ## Getting the Source
 
-To get started contributing to this project, clone the repository from its
-canonical location
+To clone the repository from its canonical location:
 
 ```
 git clone https://go.googlesource.com/gddo $GOPATH/src/github.com/golang/gddo