Change docker/linuxkit to linuxkit/linuxkit

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-04-17 17:43:05 -05:00
parent 0a8ad62d50
commit e08f3a9a3f
5 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We
will, however, reopen it if you later provide the information.
For more information about reporting issues, see
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
---------------------------------------------------
BUG REPORT INFORMATION

View File

@ -1,6 +1,6 @@
<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md
https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git commit -s` **

View File

@ -3,8 +3,8 @@
Want to hack on this project? Awesome! Here are instructions to get you started.
Additional information can be found in the docs:
[issue triage](https://github.com/docker/linuxkit/blob/master/docs/issue-triage.md),
and [review process](https://github.com/docker/linuxkit/blob/master/docs/reviewing.md).
[issue triage](https://github.com/linuxkit/linuxkit/blob/master/docs/issue-triage.md),
and [review process](https://github.com/linuxkit/linuxkit/blob/master/docs/reviewing.md).
## Reporting security issues
@ -25,7 +25,7 @@ A great way to contribute to the project is to send a detailed report when you
encounter an issue. We always appreciate a well-written, thorough bug report,
and will thank you for it!
Check that [our issue database](https://github.com/docker/linuxkit/issues)
Check that [our issue database](https://github.com/linuxkit/linuxkit/issues)
doesn't already include that problem or suggestion before submitting an issue.
If you find a match, you can use the "subscribe" button to get notified on
updates. Do *not* leave random "+1" or "I have this too" comments, as they
@ -47,7 +47,7 @@ This section gives the experienced contributor some tips and guidelines.
Not sure if that typo is worth a pull request? Found a bug and know how to fix
it? Do it! We will appreciate it. Any significant improvement should be
documented as [a GitHub issue](https://github.com/docker/linuxkit/issues) before
documented as [a GitHub issue](https://github.com/linuxkit/linuxkit/issues) before
anybody starts working on it.
We are always thrilled to receive pull requests. We do our best to process them

View File

@ -1,6 +1,6 @@
# Project maintainers file
#
# This file describes who runs the docker/linuxkit project and how.
# This file describes who runs the linuxkit/linuxkit project and how.
# This is a living document - if you see something out of date or missing, speak up!
#
# It is structured to be consumable by both humans and programs.

View File

@ -36,8 +36,8 @@ We use the following variables:
- `LINUXSRC`: Base directory of Linux stable kernel repository
e.g.:
```sh
KITSRC=~/src/docker/linuxkit
LINUXSRC=~/src/docker/linux-stable
KITSRC=~/src/linuxkit/linuxkit
LINUXSRC=~/src/linuxkit/linux
```
to refer to the location of the LinuxKit and Linux kernel trees.