Skip to content

Commit e08f3a9

Browse files
committed
Change docker/linuxkit to linuxkit/linuxkit
Signed-off-by: Justin Cormack <[email protected]>
1 parent 0a8ad62 commit e08f3a9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We
1010
will, however, reopen it if you later provide the information.
1111
1212
For more information about reporting issues, see
13-
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
13+
https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
1414
1515
---------------------------------------------------
1616
BUG REPORT INFORMATION

.github/PULL_REQUEST_TEMPLATE.md

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

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Want to hack on this project? Awesome! Here are instructions to get you started.
44

55
Additional information can be found in the docs:
6-
[issue triage](https://github.com/docker/linuxkit/blob/master/docs/issue-triage.md),
7-
and [review process](https://github.com/docker/linuxkit/blob/master/docs/reviewing.md).
6+
[issue triage](https://github.com/linuxkit/linuxkit/blob/master/docs/issue-triage.md),
7+
and [review process](https://github.com/linuxkit/linuxkit/blob/master/docs/reviewing.md).
88

99
## Reporting security issues
1010

@@ -25,7 +25,7 @@ A great way to contribute to the project is to send a detailed report when you
2525
encounter an issue. We always appreciate a well-written, thorough bug report,
2626
and will thank you for it!
2727

28-
Check that [our issue database](https://github.com/docker/linuxkit/issues)
28+
Check that [our issue database](https://github.com/linuxkit/linuxkit/issues)
2929
doesn't already include that problem or suggestion before submitting an issue.
3030
If you find a match, you can use the "subscribe" button to get notified on
3131
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.
4747

4848
Not sure if that typo is worth a pull request? Found a bug and know how to fix
4949
it? Do it! We will appreciate it. Any significant improvement should be
50-
documented as [a GitHub issue](https://github.com/docker/linuxkit/issues) before
50+
documented as [a GitHub issue](https://github.com/linuxkit/linuxkit/issues) before
5151
anybody starts working on it.
5252

5353
We are always thrilled to receive pull requests. We do our best to process them

MAINTAINERS

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

docs/kernel-patches.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ We use the following variables:
3636
- `LINUXSRC`: Base directory of Linux stable kernel repository
3737
e.g.:
3838
```sh
39-
KITSRC=~/src/docker/linuxkit
40-
LINUXSRC=~/src/docker/linux-stable
39+
KITSRC=~/src/linuxkit/linuxkit
40+
LINUXSRC=~/src/linuxkit/linux
4141
```
4242
to refer to the location of the LinuxKit and Linux kernel trees.
4343

0 commit comments

Comments
 (0)