distribution/docs
Michael Prokop 647e0a48b3 docs: drop newlines in URLs to avoid 404
The docs as available at
https://github.com/docker/distribution/blob/master/docs/configuration.md
result in 404 errors:

  https://github.com/docker/distribution/blob/master/cmd/registry/%0Aconfig.yml
  http://docs.aws.amazon.com/AWSSecurityCredentials/1.0/%0AAboutAWSCredentials.html#KeyPairs

instead of pointing to the correct ones, being:

  https://github.com/docker/distribution/blob/master/cmd/registry/config.yml
  http://docs.aws.amazon.com/AWSSecurityCredentials/1.0/AboutAWSCredentials.html#KeyPairs

So avoid the newlines in the corresponding source files.

Signed-off-by: Michael Prokop <mika@grml.org>
2015-04-17 23:09:43 +02:00
..
images Breaking out README 2015-04-09 17:50:46 -07:00
spec Update final upload chunk api doc 2015-04-15 17:55:15 -07:00
storage-drivers Breaking out README 2015-04-09 17:50:46 -07:00
Dockerfile Breaking out README 2015-04-09 17:50:46 -07:00
architecture.md Breaking out README 2015-04-09 17:50:46 -07:00
building.md Breaking out README 2015-04-09 17:50:46 -07:00
configuration.md docs: drop newlines in URLs to avoid 404 2015-04-17 23:09:43 +02:00
deploying.md Fix registry link to point to localhost in deploy doc. 2015-04-16 17:16:42 -05:00
distribution.md Modify markdown format in distribution.md 2015-04-16 09:22:24 +09:00
glossary.md Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
migration.md Breaking out README 2015-04-09 17:50:46 -07:00
mkdocs.yml Breaking out README 2015-04-09 17:50:46 -07:00
notifications.md Updating with new RC work 2015-04-16 10:44:30 -07:00
overview.md Updating with new RC work 2015-04-16 10:44:30 -07:00
storagedrivers.md Breaking out README 2015-04-09 17:50:46 -07:00