Skip to content

Commit 25f6a54

Browse files
committed
all: remove references to AUTHORS, CONTRIBUTORS files
Also fix unnecessary capitalization in blog/experiment.md. For golang/go#53961. Change-Id: Ief95e4cdd2085c081a4ad97ffc8678db75bfce69 Reviewed-on: https://go-review.googlesource.com/c/website/+/418930 Reviewed-by: David Chase <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 2cd3ef3 commit 25f6a54

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-13
lines changed

_content/blog/1year.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ a chord with a broad cross-section of the programming community.
2727
That cross-section grew to become a dedicated community of enthusiastic Go coders.
2828
Our [mailing list](http://groups.google.com/group/golang-nuts) has over 3,800 members,
2929
with around 1,500 posts each month.
30-
The project has over 130 [contributors](/CONTRIBUTORS)
30+
The project has over 130 contributors
3131
(people who have submitted code or documentation),
3232
and of the 2,800 commits since launch almost one third were contributed
3333
by programmers outside the core team.

_content/blog/3years.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and experience with the language.
2020

2121
Since the open source launch,
2222
we've been joined by
23-
[hundreds of external contributors](/CONTRIBUTORS),
23+
hundreds of external contributors,
2424
who have extended and improved Go in myriad ways,
2525
including writing a Windows port from scratch.
2626
We added a package management system

_content/blog/experiment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,8 @@ design problems for package installation.
893893
When people asked about versions,
894894
we encouraged them to experiment by
895895
creating additional tools, and they did.
896-
And we encouraged package AUTHORS
897-
to provide their USERS
896+
And we encouraged package authors
897+
to provide their users
898898
with the same backwards compatibility
899899
we did for the Go 1 libraries.
900900
Quoting [the Go FAQ](/doc/faq#get_version):

_content/blog/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ including many entirely new packages, a sizable portion written by external cont
4545
Speaking of third parties, since launch a vibrant community has flourished
4646
on our [mailing list](http://groups.google.com/group/golang-nuts/) and
4747
irc channel (#go-nuts on freenode).
48-
We have officially added [more than 50 people](/CONTRIBUTORS) to the project.
48+
We have officially added more than 50 people to the project.
4949
Their contributions range from bug fixes and documentation corrections to
5050
core packages and support for additional operating systems (Go is now supported under FreeBSD,
5151
and a [Windows port](http://code.google.com/p/go/wiki/WindowsPort) is underway).

_content/doc/contribute.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3 id="cla">Step 1: Contributor License Agreement</h3>
163163
to the <a href="mailto:[email protected]"><code>golang-dev</code>
164164
mailing list</a>.
165165
This will let us know the situation so we can make sure an appropriate agreement is
166-
completed and update the <code>AUTHORS</code> file.
166+
completed.
167167
</p>
168168

169169

@@ -1014,12 +1014,7 @@ <h3 id="copyright">Copyright headers</h3>
10141014
Files in the Go repository don't list author names, both to avoid clutter
10151015
and to avoid having to keep the lists up to date.
10161016
Instead, your name will appear in the
1017-
<a href="/change">change log</a> and in the <a
1018-
href="/CONTRIBUTORS"><code>CONTRIBUTORS</code></a> file and perhaps the <a
1019-
href="/AUTHORS"><code>AUTHORS</code></a> file.
1020-
These files are automatically generated from the commit logs periodically.
1021-
The <a href="/AUTHORS"><code>AUTHORS</code></a> file defines who &ldquo;The Go
1022-
Authors&rdquo;&mdash;the copyright holders&mdash;are.
1017+
<a href="/change">change log</a>.
10231018
</p>
10241019

10251020
<p>

_content/project.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p>
1212
Go is an open source project developed by a team at
1313
<a href="https://google.com/">Google</a> and many
14-
<a href="/CONTRIBUTORS">contributors</a> from the open source community.
14+
contributors from the open source community.
1515
</p>
1616

1717
<p>

0 commit comments

Comments
 (0)