Many README files and other docs contained a link to a an appspot
tracking app that is no longer active. Following the links leads to an
error about Go 1.9 no longer being supported. Go 1.9 support was dropped
in appspot in 2019 and disabled June 2020.
This also resulted in a broken image link displaying when viewing these
files on GitHub. Since the app is no longer functioning, and since it
causes a potentially (but granted, minor) confusing error to display,
this just removes those links as I don't believe they are needed
anymore.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Move remaining community stuff out of kubernetes/kubernetes/README
so that there's only one thing to maintain.
* Put self-contained things into their own MD files.
* Have other docs point to those files rather
than attempt to repeat their content.
* Make all docs smaller.
See also companion PR in kubernetes/community.
1. Updates the README.md to have a heading with the word "contribute", long
time OSS contributors (or maybe I just do this) skim docs quickly and need
a large call out to exactly what they are looking for.
2. The best resource I found was a developer guide that wasn't even linked in
CONTRIBUTING.md, which seems like a shame so I made it right at the top!
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.