Skip to content

Commit 6607df3

Browse files
committed
update URLs
1 parent df438a6 commit 6607df3

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ and to meet some of our community members.
4646
## Where to Contribute
4747

4848
1. If you wish to change this lesson,
49-
please work in <https://github.com/swcarpentry/FIXME>,
50-
which can be viewed at <https://swcarpentry.github.io/FIXME>.
49+
please work in <https://github.com/datacarpentry/python-ecology-lesson>,
50+
which can be viewed at <https://datacarpentry.github.io/python-ecology-lesson>.
5151

5252
2. If you wish to change the example lesson,
53-
please work in <https://github.com/swcarpentry/lesson-example>,
53+
please work in <https://github.com/carpentries/lesson-example>,
5454
which documents the format of our lessons
55-
and can be viewed at <https://swcarpentry.github.io/lesson-example>.
55+
and can be viewed at <https://carpentries.github.io/lesson-example>.
5656

5757
3. If you wish to change the template used for workshop websites,
58-
please work in <https://github.com/swcarpentry/workshop-template>.
58+
please work in <https://github.com/carpentries/workshop-template>.
5959
The home page of that repository explains how to set up workshop websites,
60-
while the extra pages in <https://swcarpentry.github.io/workshop-template>
60+
while the extra pages in <https://carpentries.github.io/workshop-template>
6161
provide more background on our design choices.
6262

6363
4. If you wish to change CSS style files, tools,
6464
or HTML boilerplate for lessons or workshops stored in `_includes` or `_layouts`,
65-
please work in <https://github.com/swcarpentry/styles>.
65+
please work in <https://github.com/carpentries/styles>.
6666

6767
## What to Contribute
6868

@@ -145,4 +145,4 @@ You can also [reach us by email][email].
145145
[issues]: https://guides.github.com/features/issues/
146146
[swc-issues]: https://github.com/issues?q=user%3Aswcarpentry
147147
[swc-lessons]: https://software-carpentry.org/lessons/
148-
[swc-site]: https://software-carpentry.org/
148+
[swc-site]: https://software-carpentry.org/

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ carpentries_github: "https://github.com/carpentries"
3030
carpentries_pages: "https://carpentries.github.io"
3131
carpentries_site: "https://carpentries.org/"
3232
dc_site: "http://datacarpentry.org"
33-
example_repo: "https://github.com/swcarpentry/lesson-example"
34-
example_site: "https://swcarpentry.github.com/lesson-example"
33+
example_repo: "https://github.com/carpentries/lesson-example"
34+
example_site: "https://carpentries.github.com/lesson-example"
3535
lc_site: "https://librarycarpentry.github.io/"
3636
swc_github: "https://github.com/swcarpentry"
3737
swc_pages: "https://swcarpentry.github.io"
3838
swc_site: "https://software-carpentry.org"
39-
template_repo: "https://github.com/swcarpentry/styles"
40-
training_site: "https://swcarpentry.github.io/instructor-training"
41-
workshop_repo: "https://github.com/swcarpentry/workshop-template"
42-
workshop_site: "https://swcarpentry.github.io/workshop-template"
39+
template_repo: "https://github.com/carpentries/styles"
40+
training_site: "https://carpentries.github.io/instructor-training"
41+
workshop_repo: "https://github.com/carpentries/workshop-template"
42+
workshop_site: "https://carpentries.github.io/workshop-template"
4343

4444
# Surveys.
4545
pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="

_includes/lesson_footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</div>
4545
<div class="row">
4646
<div class="col-md-12" align="center">
47-
Using <a href="https://github.com/swcarpentry/styles/">The Carpentries style</a>
48-
version <a href="https://github.com/swcarpentry/styles/releases/tag/v9.5.0">9.5.0</a>.
47+
Using <a href="https://github.com/carpentries/styles/">The Carpentries style</a>
48+
version <a href="https://github.com/carpentries/styles/releases/tag/v9.5.0">9.5.0</a>.
4949
</div>
5050
</div>
5151
</footer>

0 commit comments

Comments
 (0)