Skip to content

website: golang.org/design should redirect to Gerrit, not GitHub #26871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rsc opened this issue Aug 8, 2018 · 1 comment
Closed

website: golang.org/design should redirect to Gerrit, not GitHub #26871

rsc opened this issue Aug 8, 2018 · 1 comment

Comments

@rsc
Copy link
Contributor

rsc commented Aug 8, 2018

https://golang.org/design/DOC redirects to
https://github.com/golang/proposal/blob/master/design/DOC.md.

We should redirect it instead to
https://go.googlesource.com/proposal/+/master/design/DOC.md.

The Gerrit Markdown renderer appears to be just as capable as GitHub's,
the Gerrit repo is the actual source of truth,
changes made to the design repo are visible immediately in the Gerrit renderer instead of having to wait for GitHub mirroring,
and most important of all the Gerrit rendering is a well-formatted, printable document instead of just a web page.

Compare:

https://github.com/golang/proposal/blob/master/design/25719-go15vendor.md
https://go.googlesource.com/proposal/+/master/design/25719-go15vendor.md

/cc @andybons

@rsc rsc added this to the Unreleased milestone Aug 8, 2018
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/128596 mentions this issue: godoc/redirect: redirect design docs to Gerrit, not GitHub

@golang golang locked and limited conversation to collaborators Aug 8, 2019
henderjon pushed a commit to oggodoc/godoc that referenced this issue Jun 13, 2024
Gerrit's rendering is cleaner and Gerrit is the source of truth anyway.

Fixes golang/go#26871.

Change-Id: I0bf69d174662c7acc083b03b009bac92f781a17c
Reviewed-on: https://go-review.googlesource.com/128596
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants