Skip to content

Commit

Permalink
Change docker/linuxkit to linuxkit/linuxkit
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
  • Loading branch information
justincormack committed Apr 17, 2017
1 parent 0a8ad62 commit e08f3a9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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` **
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/kernel-patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e08f3a9

Please sign in to comment.