[x/go.dev] _content: correct various typographical problems for Goldmark

americanexpress:
The possessive of American Express is American Express's,
with a final s. The final s is only dropped for possessive plurals,
like the Smiths' house.

Goldmark also doesn't convert the trailing ' correctly,
so this makes the tree safer for Goldmark.

cloud:
The GoKit URL clearly does not end in [.

google:
The leading - looks like a single-element list in Markdown.
Change it to an em dash, which is more appropriate anyway.

Change-Id: I34beffaacef333ee7931c24b2b3503532d2e9de1
X-GoDev-Commit: fbb61a60c4e900e3151b46064bfd66b10041bad3
6 files changed
tree: 9b2684e7448f262f8d1ed1354d02d77f568718c5
  1. go.dev/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.