Skip to content

Commit 144f35b

Browse files
committed
Update links under .github/ to point to new github org
1 parent 6d3b9da commit 144f35b

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

.github/CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

3-
Thank you for considering contributing to **yadm**. I develop this project in my
4-
limited spare time, so help is very appreciated.
3+
Thank you for considering contributing to **yadm**. We develop this project in
4+
our limited spare time, so help is very appreciated.
55

66
All contributors must follow our [Code of Conduct][conduct]. Please make sure
77
you are welcoming and friendly during your interactions, and report any
@@ -17,7 +17,8 @@ To contribute, you can:
1717
* Star the yadm repo, the star count helps others discover yadm.
1818
* Report [bugs](#reporting-a-bug)
1919
* Request [features/enhancements](#suggesting-a-feature-or-enhancement)
20-
* Contribute changes to [code, tests](#contributing-code), and [documentation](#improving-documentation)
20+
* Contribute changes to [code, tests](#contributing-code), and
21+
[documentation](#improving-documentation)
2122
* Maintain installation [packages](#maintaining-packages)
2223
* Help other users by [answering support questions](#answering-support-questions)
2324

@@ -70,14 +71,14 @@ Consider trying to reproduce the bug inside a docker container using the
7071
[yadm/testbed][] docker image. Doing so will greatly increase the likelihood of
7172
the problem being fixed.
7273

73-
The easiest way to start this container, is to clone the [TheLocehiliosan/yadm
74+
The easiest way to start this container, is to clone the [yadm
7475
repo][yadm-repo], and use the `scripthost` make target. _(You will need `make`
7576
and `docker` installed.)_
7677

7778
For example:
7879

7980
```text
80-
$ git clone https://github.com/TheLocehiliosan/yadm.git
81+
$ git clone https://github.com/yadm-dev/yadm.git
8182
$ cd yadm
8283
$ make scripthost version=1.12.0
8384
Starting scripthost version="1.12.0" (recording script)
@@ -203,7 +204,7 @@ these principles when making changes.
203204
3. Add the official repository (`upstream`) as a remote repository.
204205
205206
```text
206-
$ git remote add upstream https://github.com/TheLocehiliosan/yadm.git
207+
$ git remote add upstream https://github.com/yadm-dev/yadm.git
207208
```
208209
209210
4. Verify you can run the test harness. _(This will require dependencies:
@@ -361,25 +362,24 @@ see if you can help.
361362
[attach-help]: https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests
362363
[commit-style]: https://chris.beams.io/posts/git-commit/#seven-rules
363364
[conduct]: CODE_OF_CONDUCT.md
364-
[contrib-hooks]: https://github.com/TheLocehiliosan/yadm/tree/master/contrib/hooks
365+
[contrib-hooks]: https://github.com/yadm-dev/yadm/tree/master/contrib/hooks
365366
[flake8]: https://pypi.org/project/flake8/
366367
[groff-man]: https://www.gnu.org/software/groff/manual/html_node/man.html
367-
[hooks-help]: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#hooks
368+
[hooks-help]: https://github.com/yadm-dev/yadm/blob/master/yadm.md#hooks
368369
[html-proofer]: https://github.com/gjtorikian/html-proofer
369370
[jekyll]: https://jekyllrb.com
370-
[new-bug]: https://github.com/TheLocehiliosan/yadm/issues/new?template=BUG_REPORT.md
371-
[new-feature]: https://github.com/TheLocehiliosan/yadm/issues/new?template=FEATURE_REQUEST.md
372-
[open-issues]: https://github.com/TheLocehiliosan/yadm/issues
371+
[new-bug]: https://github.com/yadm-dev/yadm/issues/new?template=BUG_REPORT.md
372+
[new-feature]: https://github.com/yadm-dev/yadm/issues/new?template=FEATURE_REQUEST.md
373+
[open-issues]: https://github.com/yadm-dev/yadm/issues
373374
[pr-help]: https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
374375
[pylint]: https://pylint.org/
375376
[pytest]: https://pytest.org/
376-
[questions]: https://github.com/TheLocehiliosan/yadm/labels/question
377-
[refactor]: https://github.com/TheLocehiliosan/yadm/issues/146
377+
[questions]: https://github.com/yadm-dev/yadm/labels/question
378378
[shellcheck]: https://www.shellcheck.net
379379
[signing-commits]: https://help.github.com/en/articles/signing-commits
380380
[tpope-style]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
381-
[yadm-man]: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md
382-
[yadm-repo]: https://github.com/TheLocehiliosan/yadm
381+
[yadm-man]: https://github.com/yadm-dev/yadm/blob/master/yadm.md
382+
[yadm-repo]: https://github.com/yadm-dev/yadm
383383
[yadm/jekyll]: https://hub.docker.com/r/yadm/jekyll
384384
[yadm/testbed]: https://hub.docker.com/r/yadm/testbed
385385
[yamllint]: https://github.com/adrienverge/yamllint

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Before submitting, please search open and closed issues at
3-
https://github.com/TheLocehiliosan/yadm/issues to avoid duplication.
3+
https://github.com/yadm-dev/yadm/issues to avoid duplication.
44
55
If you have found a security vulnerability, do NOT open an issue.
66
Email [email protected] instead.

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
<!--
1010
Before submitting, please search open and closed issues at
11-
https://github.com/TheLocehiliosan/yadm/issues to avoid duplication.
11+
https://github.com/yadm-dev/yadm/issues to avoid duplication.
1212
1313
If you have found a security vulnerability, do NOT open an issue.
1414
Email [email protected] instead.
@@ -25,10 +25,10 @@ Can this be reproduced with the yadm/testbed docker image: [Yes/No]
2525
Consider trying to reproduce the bug inside a docker container using the
2626
yadm/testbed docker image. https://hub.docker.com/r/yadm/testbed
2727
28-
The easiest way to start this container, is to clone the TheLocehiliosan/yadm
28+
The easiest way to start this container, is to clone the yadm-dev/yadm
2929
repo, and use the "scripthost" make target. For example:
3030
31-
$ git clone https://github.com/TheLocehiliosan/yadm.git
31+
$ git clone https://github.com/yadm-dev/yadm.git
3232
$ cd yadm
3333
$ make scripthost version=1.11.0
3434
Starting scripthost version="1.11.0" (recording script)

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
<!--
1010
Before submitting, please search open and closed issues at
11-
https://github.com/TheLocehiliosan/yadm/issues to avoid duplication.
11+
https://github.com/yadm-dev/yadm/issues to avoid duplication.
1212
-->
1313

1414
### Is your feature request related to a problem? Please describe.

.github/ISSUE_TEMPLATE/OTHER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
<!--
1010
Before submitting, please search open and closed issues at
11-
https://github.com/TheLocehiliosan/yadm/issues to avoid duplication.
11+
https://github.com/yadm-dev/yadm/issues to avoid duplication.
1212
-->
1313

1414
### This issue is about

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ assignees: ''
88
---
99
<!--
1010
Before submitting, please search open and closed issues at
11-
https://github.com/TheLocehiliosan/yadm/issues to avoid duplication.
11+
https://github.com/yadm-dev/yadm/issues to avoid duplication.
1212
1313
Please also consult:
1414
* The FAQ: https://yadm.io/docs/faq
15-
* The manual: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md
15+
* The manual: https://github.com/yadm-dev/yadm/blob/master/yadm.md
1616
-->
1717

1818
### This question is about

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Be sure to preface the issue/PR numbers with a "#".
2929

3030
Please review [yadm's Contributing Guide][3] for best practices.
3131

32-
[1]: https://github.com/TheLocehiliosan/yadm/blob/master/.github/CONTRIBUTING.md#test-conventions
32+
[1]: https://github.com/yadm-dev/yadm/blob/master/.github/CONTRIBUTING.md#test-conventions
3333
[2]: https://help.github.com/en/articles/signing-commits
34-
[3]: https://github.com/TheLocehiliosan/yadm/blob/master/.github/CONTRIBUTING.md
34+
[3]: https://github.com/yadm-dev/yadm/blob/master/.github/CONTRIBUTING.md

0 commit comments

Comments
 (0)