From 2c39867f196654e7059bfb594b17334575affd2e Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 17 Mar 2016 09:48:51 -0700 Subject: [PATCH] Adjust a couple URLs to clarify the process slightly more --- .template-helpers/template.md | 2 +- .template-helpers/user-feedback.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.template-helpers/template.md b/.template-helpers/template.md index c02880840..aca2fcd5b 100644 --- a/.template-helpers/template.md +++ b/.template-helpers/template.md @@ -2,7 +2,7 @@ %%TAGS%% -For more information about this image and its history, please see [the relevant manifest file (`library/%%REPO%%`)](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). +For more information about this image and its history, please see [the relevant manifest file (`library/%%REPO%%`)](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2F%%REPO%%). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `%%REPO%%/tag-details.md` file](https://github.com/docker-library/docs/blob/master/%%REPO%%/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/.template-helpers/user-feedback.md b/.template-helpers/user-feedback.md index decb8c74b..48e7a6aa9 100644 --- a/.template-helpers/user-feedback.md +++ b/.template-helpers/user-feedback.md @@ -4,7 +4,7 @@ Documentation for this image is stored in the [`%%REPO%%/` directory](https://gi ## Issues -If you have any problems with or questions about this image, please contact us %%MAILING-LIST%% through a [GitHub issue](%%GITHUB-REPO%%/issues). +If you have any problems with or questions about this image, please contact us %%MAILING-LIST%% through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker). You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).